Commit graph

4 commits

Author SHA1 Message Date
fef
ca11266df2
change default reaction limit to 1 2022-11-30 13:18:04 +01:00
fef
b9a3f1aa82
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-11-29 10:17:22 +01:00
fef
b537cadac4
make status reaction count limit configurable 2022-11-29 10:17:22 +01:00
fef
535d9fb62d
add backend support for status emoji reactions
turns out we can just reuse the code for
announcement reactions.
2022-11-29 10:17:15 +01:00