mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-31 05:26:15 -06:00
[feature] Allow implicit accept of pending replies
This commit is contained in:
parent
747c251df6
commit
b0cf28da45
15 changed files with 1318 additions and 377 deletions
|
|
@ -223,7 +223,7 @@ func NewProcessor(
|
|||
processor.tags = tags.New(state, converter)
|
||||
processor.timeline = timeline.New(state, converter, visFilter)
|
||||
processor.search = search.New(state, federator, converter, visFilter)
|
||||
processor.status = status.New(state, &common, &processor.polls, federator, converter, visFilter, intFilter, parseMentionFunc)
|
||||
processor.status = status.New(state, &common, &processor.polls, &processor.interactionRequests, federator, converter, visFilter, intFilter, parseMentionFunc)
|
||||
processor.user = user.New(state, converter, oauthServer, emailSender)
|
||||
|
||||
// The advanced migrations processor sequences advanced migrations from all other processors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue