This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app
Plastikmensch 63facd7c8e
Handle `Undo` from Misskey
Right now Misskey users were able to react, but couldn't remove their reactions.
delegates `Undo` for a `Like` to `undo_emoji_react` when there is no favourite found.

(Misskey `Like` activities can still create a fav when the emoji tag is invalid, I don't see the point though)

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2023-07-07 21:57:41 +02:00
..
chewy Change account search to match by text when opted-in (#25599) 2023-06-29 13:05:21 +02:00
controllers ReactionsController: Don't check for status reaction existence in destroy 2023-07-07 21:57:40 +02:00
helpers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-06 15:16:34 +02:00
javascript eslint fix 2023-07-07 21:57:40 +02:00
lib Handle `Undo` from Misskey 2023-07-07 21:57:41 +02:00
mailers
models Add `custom_emoji` to `reacted?` 2023-07-07 21:57:40 +02:00
policies Add missing authorization to ReactService 2023-07-07 21:57:40 +02:00
presenters
serializers support reacting with foreign custom emojis 2023-07-07 21:57:39 +02:00
services Run rubocop -a 2023-07-07 21:57:40 +02:00
validators Fix invalidating status reactions when they already exist 2023-07-07 21:57:40 +02:00
views Fix visible reactions setting not applying 2023-07-07 21:57:40 +02:00
workers Reactions: Return 404 when status should not be visible, asynchronous unreact 2023-07-07 21:57:40 +02:00