We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfda34 commit dca87e0Copy full SHA for dca87e0
steam/client/builtins/user.py
@@ -38,7 +38,7 @@ def __handle_message_incoming(self, msg):
38
39
def __handle_message_incoming2(self, msg):
40
# new chat
41
- if msg.body.chat_entry_type == EChatEntryType.ChatMsg:
+ if msg.body.chat_entry_type == EChatEntryType.ChatMsg and not msg.body.local_echo:
42
user = self.get_user(msg.body.steamid_friend)
43
self.emit("chat_message", user, msg.body.message)
44
0 commit comments