mastodon/app/lib/activitypub/activity
Eugen Rochko 974b1b79ce
Add option to be notified when a followed user posts (#13546)
* Add bell button

Fix #4890

* Remove duplicate type from post-deployment migration

* Fix legacy class type mappings

* Improve query performance with better index

* Fix validation

* Remove redundant index from notifications
2020-09-18 17:26:45 +02:00
..
accept.rb
add.rb
announce.rb Add support for inlined objects in activity audience (#14514) 2020-08-24 14:11:47 +02:00
block.rb Fix not handling Undo on some activity types when they aren't inlined (#14346) 2020-07-22 11:45:35 +02:00
create.rb Add support for dereferencing objects through bearcaps (#14683) 2020-08-30 12:34:20 +02:00
delete.rb Change account suspensions to be reversible by default (#14726) 2020-09-15 14:37:58 +02:00
flag.rb
follow.rb Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
like.rb Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
move.rb
reject.rb Fix handling of Reject Follow when a matching follow relationship exists (#14479) 2020-08-01 18:20:37 +02:00
remove.rb
undo.rb Fix not handling Undo on some activity types when they aren't inlined (#14346) 2020-07-22 11:45:35 +02:00
update.rb