Merge branch 'ninja_fix' of kate/uniborg into master

master
Lonami 2018-12-18 00:02:40 +01:00 committed by Gitea
commit ca7b636696
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):