Successful two way communication in direct chats
This commit is contained in:
2
user.go
2
user.go
@@ -716,8 +716,6 @@ func (user *User) syncPortals(createAll bool) {
|
||||
}
|
||||
for _, dm := range user.ChatList {
|
||||
portal := user.bridge.GetPortalByGMID(database.NewPortalKey(dm.OtherUser.ID, user.GMID))
|
||||
portal.Name = dm.OtherUser.Name
|
||||
portal.NameSet = true
|
||||
|
||||
chats = append(chats, Chat{
|
||||
Portal: portal,
|
||||
|
||||
Reference in New Issue
Block a user