mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Lock when checking/creating notifs to avoid race (#2890)
* [bugfix] Lock when checking/creating notifs to avoid race * test notif spam
This commit is contained in:
@ -41,7 +41,7 @@ import (
|
||||
type clientAPI struct {
|
||||
state *state.State
|
||||
converter *typeutils.Converter
|
||||
surface *surface
|
||||
surface *Surface
|
||||
federate *federate
|
||||
account *account.Processor
|
||||
utils *utils
|
||||
|
Reference in New Issue
Block a user