[feature] Process Reject of interaction via fedi API, put rejected statuses in the "sin bin" 😈 (#3271)

* [feature] Process `Reject` of interaction via fedi API, put rejected statuses in the "sin bin"

* update test

* move nil check back to `rejectStatusIRI`
This commit is contained in:
tobi 2024-09-10 14:34:49 +02:00 committed by GitHub
commit 307d98e386
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 1172 additions and 115 deletions

View file

@ -70,10 +70,11 @@ func New(
// Init shared util funcs.
utils := &utils{
state: state,
media: media,
account: account,
surface: surface,
state: state,
media: media,
account: account,
surface: surface,
converter: converter,
}
return Processor{