Skip to content

Commit 7c1574f

Browse files
martinbndrTaaku18
andauthored
fixes persistent note (#3324)
This fixes persistent note not sending on thread creation. Co-authored-by: Taku <45324516+Taaku18@users.noreply.github.com>
1 parent 3c422c8 commit 7c1574f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ async def send_persistent_notes():
250250
ids = {}
251251

252252
class State:
253-
def store_user(self, user):
253+
def store_user(self, user, cache):
254254
return user
255255

256256
for note in notes:

0 commit comments

Comments
 (0)