chinwagsocial/app/lib/activitypub/activity
Eugen Rochko d60fd87e01
Don't leave behind husk of remotely-deleted profile (#6159)
There's no reason for an Account record to persist after Delete->Actor is received. SuspendAccountService is necessary to make sure deleted toots get sent over streaming API properly and home feeds get cleaned up. By removing Account record, we can ensure that if in the future the account is restored remotely (or username reused), it can start with a clean slate.
2018-01-03 00:38:02 +01:00
..
accept.rb Support more variations of ActivityPub keyId in signature (#4630) 2017-08-21 22:57:34 +02:00
announce.rb Set snowflake IDs for backdated statuses (#5260) 2017-10-08 17:34:34 +02:00
block.rb Handle duplicate ActivityPub activities (#4639) 2017-08-20 16:53:47 +02:00
create.rb Save media outside transaction (#5959) 2017-12-10 16:33:52 +01:00
delete.rb Don't leave behind husk of remotely-deleted profile (#6159) 2018-01-03 00:38:02 +01:00
follow.rb Handle duplicate ActivityPub activities (#4639) 2017-08-20 16:53:47 +02:00
like.rb Handle duplicate ActivityPub activities (#4639) 2017-08-20 16:53:47 +02:00
reject.rb Support more variations of ActivityPub keyId in signature (#4630) 2017-08-21 22:57:34 +02:00
undo.rb Use atomUri in Undo activity of Announce (#5376) 2017-10-14 14:42:09 +02:00
update.rb Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00