This commit is contained in:
John Livingston 2023-09-18 12:36:17 +02:00
parent a8c71fbadf
commit 065b6f0ed3
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -293,6 +293,7 @@ class RoomChannel {
) )
await BotConfiguration.singleton().update(roomJID, botConf) await BotConfiguration.singleton().update(roomJID, botConf)
this.roomConfToUpdate.delete(roomJID)
} }
this.logger.info('Syncing done.') this.logger.info('Syncing done.')