From 317513460873c9d31ccd7bde64150118ef7f3362 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 27 Dec 2023 14:29:16 +0100 Subject: [PATCH] fixes persistent note This fixes persistent note not sending on thread creation. --- core/thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/thread.py b/core/thread.py index 646c98a604..81dc03f44d 100644 --- a/core/thread.py +++ b/core/thread.py @@ -250,7 +250,7 @@ async def send_persistent_notes(): ids = {} class State: - def store_user(self, user): + def store_user(self, user, cache): return user for note in notes: