Merge branch 'ninja_fix' into kate

kate
udf 2018-11-22 00:40:00 +02:00
commit dbbd02edc8
Signed by: kate
GPG Key ID: E40724BAD73AF77B
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
import asyncio
from telethon import events
from telethon.tl.types import InputPeerSelf
import telethon.utils
from uniborg import util
@ -20,6 +21,8 @@ async def get_target_message(event):
async def await_read(chat, message):
if isinstance(chat, InputPeerSelf):
return
chat = telethon.utils.get_peer_id(chat)
async def read_filter(read_event):