Commit graph

6 commits

Author SHA1 Message Date
fef
c27dcb40e1
bypass reaction limit for foreign accounts 2022-12-20 18:27:57 +01:00
fef
e0637a3c1d
support reacting with foreign custom emojis 2022-12-20 18:27:56 +01:00
fef
c19e74051c
change default reaction limit to 1 2022-12-20 18:24:21 +01:00
fef
738433e46a
make frontend fetch reaction limit
the maximum number of reactions was previously
hardcoded to 8.  this commit also fixes an
incorrect query in StatusReactionValidator where
it didn't count per-user reactions but the total
amount of different ones.
2022-12-20 18:22:05 +01:00
fef
200dd90a9f
make status reaction count limit configurable 2022-12-20 18:22:05 +01:00
fef
7facf831e1
add backend support for status emoji reactions
turns out we can just reuse the code for
announcement reactions.
2022-12-20 18:22:04 +01:00