aboutsummaryrefslogtreecommitdiff
path: root/cacheDatabase.go
diff options
context:
space:
mode:
Diffstat (limited to 'cacheDatabase.go')
-rw-r--r--cacheDatabase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cacheDatabase.go b/cacheDatabase.go
index 5acead7..22a4a79 100644
--- a/cacheDatabase.go
+++ b/cacheDatabase.go
@@ -258,7 +258,7 @@ func WriteObjectReplyCache(db *sql.DB, obj ObjectBase) {
}
func WriteActorToCache(db *sql.DB, actorID string) {
- actor := GetActor(actorID)
+ actor := FingerActor(actorID)
collection := GetActorCollection(actor.Outbox)
for _, e := range collection.OrderedItems {