mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 16:39:56 +00:00
* rfc: bot messages and buttons * update * update bot rfc * core: add bot commands to chat preferences and peer type to profile * update postgresql schema * update query plans * chat sessions preference * markdown for bot commands * schema * core: file preference, options to create bot from CLI * core: different command type * ios: commands menu * update types * update ios * improve command markdown * core, ios: update types * android, desktop: clickable commands in messages in chats with bots * android, desktop: commands menu * command menu button, bot icon * ios: connect flow for bots * android, desktop: connect flow for bots * icon * CLI commands to view and set commands, remove "hidden" property of command, bot api docs * corrections * fix inheriting profile preferences to business groups * note on business address * ios: export localizations * fix test * commands to set file preference on user/contact, tidy up layout and display of command and attachment buttons
SimpleX broadcast bot
The bot allows anybody to connect to it and re-broadcasts all messages received from specified users configured via CLI options (publishers) to all users.
Welcome message and reply to the users who are not set as publishers can also be configured via CLI options.
It's a poor man's feed, until we have a better support for feeds in SimpleX Chat.
We use it to broadcast status notifications for SimpleX Chat servers when we do any maintenance or in case they become unavailable.