Skip to content

Commit 26791b5

Browse files
committed
Remove duplicate thread.ready
1 parent 2ad6f55 commit 26791b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/thread.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ async def find(self, *, recipient=None, channel=None):
556556
if channel:
557557
thread = Thread(self, recipient, channel)
558558
self.cache[recipient.id] = thread
559-
thread.ready = True
560559
return thread
561560

562561
async def _find_from_channel(self, channel):

0 commit comments

Comments
 (0)