fork of https://f-hub.org/XMPP/xmpp-discord-bridge

Respect mirror_subject setting even after startup

+1 -1
+1 -1
xmpp_discord_bridge/main.py
··· 444 444 445 445 # NOTE: We can only really handle description changes 446 446 muc = self._guild_map[guild][channel] 447 - if before.topic != after.topic: 447 + if before.topic != after.topic and self._mirror_subject: 448 448 self._logger.debug("Channel %s changed the topic. Relaying.", 449 449 after.name) 450 450 self.plugin["xep_0045"].set_subject(muc,