mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-16 11:27:29 -06:00
[feature] Distribute + ingest Accepts to followers (#3404)
This commit is contained in:
parent
99f535f99b
commit
1e421cb912
9 changed files with 607 additions and 250 deletions
|
|
@ -527,8 +527,9 @@ func (d *Dereferencer) enrichStatus(
|
|||
// serve statuses with the `approved_by` field, but we
|
||||
// might have marked a status as pre-approved on our side
|
||||
// based on the author's inclusion in a followers/following
|
||||
// collection. By carrying over previously-set values we
|
||||
// can avoid marking such statuses as "pending" again.
|
||||
// collection, or by providing pre-approval URI on the bare
|
||||
// status passed to RefreshStatus. By carrying over previously
|
||||
// set values we can avoid marking such statuses as "pending".
|
||||
//
|
||||
// If a remote has in the meantime retracted its approval,
|
||||
// the next call to 'isPermittedStatus' will catch that.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue