do not return error on empty account data, fix room account data cache key, update deps, fixes #37

This commit is contained in:
Aine
2022-10-12 13:53:30 +03:00
parent b79fcceb3d
commit 590182c272
3 changed files with 9 additions and 10 deletions

View File

@@ -39,7 +39,6 @@ func (b *Bot) syncRooms() error {
for _, roomID := range resp.JoinedRooms {
cfg, serr := b.getRoomSettings(roomID)
if serr != nil {
b.log.Warn("cannot get %s settings: %v", roomID, err)
continue
}
mailbox := cfg.Mailbox()