mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Merge branch 'master' into neilalexander/pinecone
This commit is contained in:
commit
6fa0a85f0c
|
|
@ -241,6 +241,9 @@ func (r *Queryer) QueryMembershipsForRoom(
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if info == nil {
|
||||
return nil
|
||||
}
|
||||
|
||||
// If no sender is specified then we will just return the entire
|
||||
// set of memberships for the room, regardless of whether a specific
|
||||
|
|
|
|||
Loading…
Reference in a new issue