mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Fix join_authorised_via_users_server
key name in SendEvent
This commit is contained in:
parent
7379b02b70
commit
ead0112aa1
@ -108,7 +108,7 @@ func SendEvent(
|
||||
// via key if it is present, otherwise other servers won't be able to auth
|
||||
// the event if the room is set to the "restricted" join rule.
|
||||
if eventType == gomatrixserverlib.MRoomMember {
|
||||
delete(r, "join_authorised_by_users_server")
|
||||
delete(r, "join_authorised_via_users_server")
|
||||
}
|
||||
|
||||
evTime, err := httputil.ParseTSParam(req)
|
||||
|
Loading…
Reference in New Issue
Block a user