mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 14:24:51 +00:00
Pyrofork: fix derp
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
aeb9a0cdf1
commit
fe39c6e879
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class InputReplyToMessage(Object):
|
||||||
def write(self):
|
def write(self):
|
||||||
reply_to_msg_id = None
|
reply_to_msg_id = None
|
||||||
top_msg_id = None
|
top_msg_id = None
|
||||||
if self.reply_to_message_id or self.reply_to_message_id:
|
if self.reply_to_message_id or self.message_thread_id:
|
||||||
if self.message_thread_id:
|
if self.message_thread_id:
|
||||||
if not self.reply_to_message_id:
|
if not self.reply_to_message_id:
|
||||||
reply_to_msg_id = self.message_thread_id
|
reply_to_msg_id = self.message_thread_id
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue