Merge branch 'master' into neilalexander/pinecone

This commit is contained in:
Neil Alexander 2021-03-17 13:58:10 +00:00
commit 6fa0a85f0c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -241,6 +241,9 @@ func (r *Queryer) QueryMembershipsForRoom(
if err != nil { if err != nil {
return err return err
} }
if info == nil {
return nil
}
// If no sender is specified then we will just return the entire // If no sender is specified then we will just return the entire
// set of memberships for the room, regardless of whether a specific // set of memberships for the room, regardless of whether a specific