nyastodon/app
fef 0ea02e608c
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.
2022-12-09 23:08:44 +01:00
..
chewy
controllers change reaction api to match other interactions 2022-12-09 23:08:42 +01:00
helpers Merge branch 'main' into glitch-soc/merge-upstream 2022-11-12 13:28:03 +01:00
javascript display external custom emoji reactions properly 2022-12-09 23:08:44 +01:00
lib handle incoming custom emoji reactions properly 2022-12-09 23:08:43 +01:00
mailers Add support for language preferences for trending statuses and links (#18288) 2022-10-08 16:45:40 +02:00
models handle incoming custom emoji reactions properly 2022-12-09 23:08:43 +01:00
policies Merge branch 'main' into glitch-soc/merge-upstream 2022-11-17 12:01:37 +01:00
presenters Change sign-in banner to reflect disabled or moved account status (#19773) 2022-11-05 18:28:13 +01:00
serializers display external custom emoji reactions properly 2022-12-09 23:08:44 +01:00
services fix reaction deletion bug and clean up controller 2022-12-09 23:08:42 +01:00
validators change default reaction limit to 1 2022-12-09 23:04:13 +01:00
views sanitize setting for number of visible reactions 2022-12-09 23:08:43 +01:00
workers Merge branch 'main' into glitch-soc/merge-upstream 2022-11-12 13:28:03 +01:00