Skip to content

Commit

Permalink
fixes persistent note (#3324)
Browse files Browse the repository at this point in the history
This fixes persistent note not sending on thread creation.

Co-authored-by: Taku <[email protected]>
  • Loading branch information
martinbndr and Taaku18 authored Oct 27, 2024
1 parent 3c422c8 commit 7c1574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c1574f

Please sign in to comment.