diff options
author | pdp8 <pdp8@pdp8.info> | 2023-07-25 00:24:02 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-07-25 00:24:02 +0200 |
commit | 3daf30b0a3837d3d8becb0baceed580e92403ce6 (patch) | |
tree | 8e0ac2d67a0ead3e0bd324088485618927858bb2 /server.rb | |
parent | 0f039c1b813653869033e961810942f479a28685 (diff) |
send notes to outbox
Diffstat (limited to 'server.rb')
-rw-r--r-- | server.rb | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -83,6 +83,11 @@ helpers do update_collection FOLLOWERS, @activity['object']['actor'], true end + def update + FileUtils.rm(find_file(@activity['object']['id'])) + create + end + # https://github.com/mastodon/mastodon/blob/main/app/controllers/concerns/signature_verification.rb def verify! # digest |