mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-08-19 01:26:08 +02:00
[bugfix] Refactor parse mention, fix local mention bug (#2657)
* [bugfix] Refactor parse mention, fix local mention bug * originAccount -> originAcct
This commit is contained in:
@@ -151,7 +151,7 @@ func NewProcessor(
|
||||
emailSender email.Sender,
|
||||
) *Processor {
|
||||
var (
|
||||
parseMentionFunc = GetParseMentionFunc(state.DB, federator)
|
||||
parseMentionFunc = GetParseMentionFunc(state, federator)
|
||||
filter = visibility.NewFilter(state)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user