[feature] Push status edit messages into open streams (#2418)

* push status edit messages into open streams

* fix a few comments

* test++

* commented out code? moi?
This commit is contained in:
Sam Lade
2023-12-16 11:55:49 +00:00
committed by GitHub
parent fbe4e60232
commit 285d55dda8
7 changed files with 363 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ const (
EventTypeUpdate string = "update"
// EventTypeDelete -- something should be deleted from a user
EventTypeDelete string = "delete"
// EventTypeStatusUpdate -- something in the user's timeline has been edited
// (yes this is a confusing name, blame Mastodon)
EventTypeStatusUpdate string = "status.update"
)
const (