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

fix: removed `dont_ignore_offline` from example toml

How it currently handles offline Discord users by default is probably the best workaround we are going to have. Listing the option to disable it can only cause problems for now. The option still exists in main.py. We can use it as a toggle if someone else implements a different workaround that works with messages from invisible Discord users.

-5
-5
docs/example.toml
··· 21 21 # SomeUser, PapaTutuWawa: Hello @SomeUser and @PapaTutuWawa 22 22 muc_mention_compat = true 23 23 24 - # If true, then xmpp-discord-bridge will also make offline Discord users appear in the MUC. 25 - # If they are offline, then they will have a presence of "xa". If false, then offline users 26 - # will leave the MUC. 27 - dont_ignore_offline = true 28 - 29 24 # If true, when receiving a file to embed in Discord, the bridge will remove the URL from 30 25 # the content, leaving only the embed behind. This prevents Discord users who disabled 31 26 # link previews from viewing the embed.