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/lib/activitypub/activity
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
..
accept.rb
add.rb
announce.rb Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method (#24741) 2023-05-02 18:16:07 +02:00
block.rb
create.rb Merge commit 'f877aa9d70d0d600961989b8e97c0e0ce3ac1db6' into glitch-soc/merge-upstream 2023-05-08 19:28:21 +02:00
delete.rb Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method (#24741) 2023-05-02 18:16:07 +02:00
emoji_react.rb Rescue uncaught RecordInvalid errors 2023-07-07 21:57:40 +02:00
flag.rb Allow reports with long comments from remote instances, but truncate (#25028) 2023-05-22 13:15:21 +02:00
follow.rb
like.rb Rescue uncaught RecordInvalid errors 2023-07-07 21:57:40 +02:00
move.rb
reject.rb
remove.rb
undo.rb Handle `Undo` from Misskey 2023-07-07 21:57:41 +02:00
update.rb Remove instance variables from helper usage (#24203) 2023-04-23 22:35:54 +02:00