Add support for edited statuses
ActivityPub supports "status.update" for editing statuses. These should be made available for streams.
This commit is contained in:
parent
29bb16009b
commit
620be3654f
6 changed files with 66 additions and 9 deletions
|
@ -592,6 +592,7 @@ func TestGetTimelineHomeWithCancel(t *testing.T) {
|
|||
|
||||
func TestForTheCoverages(t *testing.T) {
|
||||
(*UpdateEvent)(nil).event()
|
||||
(*UpdateEditEvent)(nil).event()
|
||||
(*NotificationEvent)(nil).event()
|
||||
(*DeleteEvent)(nil).event()
|
||||
(*ErrorEvent)(nil).event()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue