mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-06 03:13:15 -06:00
whoops; forgot to wrap log argument in serialize{} !
This commit is contained in:
parent
26b8fa6dd7
commit
275b15a804
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ import (
|
|||
//
|
||||
// The library makes this call only after acquiring a lock first.
|
||||
func (f *federatingDB) Update(ctx context.Context, asType vocab.Type) error {
|
||||
log.DebugKV(ctx, "update", asType)
|
||||
log.DebugKV(ctx, "update", serialize{asType})
|
||||
|
||||
activityContext := getActivityContext(ctx)
|
||||
if activityContext.internal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue