~nicoco/sleamdge

001f2ba13cd9d61bba89aef278c7ce848be36f1c — nicoco 4 months ago 0f263c8
fix: ignore self on_typing events
1 files changed, 2 insertions(+), 0 deletions(-)

M sleamdge/client.py
M sleamdge/client.py => sleamdge/client.py +2 -0
@@ 77,6 77,8 @@ class SteamClient(Base):
        )

    async def on_typing(self, user: steam.User, when: datetime):
        if user == self.user:
            return
        c = await self.session.contacts.by_steam_user(user)
        c.composing()