mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 14:12:47 +00:00
Track knocking in membership updater (#1935)
* Topologically sort outliers in SendEventWithState * Knock in membership updater * Update gomatrixserverlib * Update gomatrixserverlib * Get the NID of the knock event properly for the membership updater
This commit is contained in:
parent
43ac66e0b4
commit
39e8d1cc6f
5 changed files with 47 additions and 3 deletions
|
@ -120,6 +120,7 @@ const (
|
|||
MembershipStateLeaveOrBan MembershipState = 1
|
||||
MembershipStateInvite MembershipState = 2
|
||||
MembershipStateJoin MembershipState = 3
|
||||
MembershipStateKnock MembershipState = 4
|
||||
)
|
||||
|
||||
type Membership interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue