tangled
alpha
login
or
join now
zenfyr.dev
/
xmpp-discord-bridge
0
fork
atom
fork of https://f-hub.org/XMPP/xmpp-discord-bridge
0
fork
atom
overview
issues
pulls
pipelines
Respect mirror_subject setting even after startup
James Shiffer
1 year ago
d52dd74d
16b822a3
+1
-1
1 changed file
expand all
collapse all
unified
split
xmpp_discord_bridge
main.py
+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
447
-
if before.topic != after.topic:
447
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,