SimpleX-Chat/apps/simplex-broadcast-bot
Evgeny Poberezkin c06a970987
core: message reactions (#2429)
* core: message reactions

* remove comments

* core: commands to set reactions

* fix tests

* process reaction messages

* store functions

* include reactions on item updates

* remove print

* view, tests

* load reactions for new items

* test removing reaction

* remove spaces

* limit the number of different reactions on one item

* remove unique constraints

* fix permissions

* indexes

* check chat item content before adding reaction

* fix group reactions

* simpler index

---------

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
2023-05-15 11:28:53 +01:00
..
Main.hs core: increase default queue sizes to 1024, fix broadcast bot not to lock when queue is smaller than the number of contacts (#1955) 2023-02-26 16:36:11 +00:00
Options.hs core: message reactions (#2429) 2023-05-15 11:28:53 +01:00
README.md apps: update chat bots, readme (#1928) 2023-02-14 07:57:27 +00:00

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.