chuckya/app
fef a5c96afeac
display external custom emoji reactions properly
Using an emoji map was completely unnecessary in
the first place, because the reaction list from
the API response includes URLs for every custom
emoji anyway.  The reaction list now also contains
a boolean field indicating whether it is an
external custom emoji, which is required because
people should only be able to react with Unicode
emojis and local custom ones, not with custom
emojis from other servers.
2023-07-07 21:57:39 +02:00
..
chewy Change account search to match by text when opted-in (#25599) 2023-06-29 13:05:21 +02:00
controllers change reaction api to match other interactions 2023-07-07 21:57:39 +02:00
helpers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-06 15:16:34 +02:00
javascript display external custom emoji reactions properly 2023-07-07 21:57:39 +02:00
lib handle incoming custom emoji reactions properly 2023-07-07 21:57:39 +02:00
mailers Add unsubscribe link to e-mails (#25378) 2023-06-12 14:22:46 +02:00
models handle incoming custom emoji reactions properly 2023-07-07 21:57:39 +02:00
policies Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +02:00
presenters Fix Performance/CollectionLiteralInLoop cop (#24819) 2023-05-04 05:33:55 +02:00
serializers display external custom emoji reactions properly 2023-07-07 21:57:39 +02:00
services fix reaction deletion bug and clean up controller 2023-07-07 21:57:39 +02:00
validators change default reaction limit to 1 2023-07-07 21:57:39 +02:00
views sanitize setting for number of visible reactions 2023-07-07 21:57:39 +02:00
workers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-05 12:01:26 +02:00