Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chatmail/core
/ mark_seen
Method
mark_seen
python/src/deltachat/message.py:423–425 ·
view source on GitHub ↗
mark this message as seen.
(self)
Source
from the content-addressed store, hash-verified
421
return
self._view_type == const.DC_MSG_FILE
422
423
def
mark_seen(self):
424
""
"mark this message as seen."
""
425
self.account.mark_seen_messages([self.id])
426
427
#
428
# Message download state
Callers
6
ac_incoming_message
Method · 0.45
test_send_and_receive_message_markseen
Function · 0.45
test_send_receive_encrypt
Function · 0.45
test_send_mark_seen_clean_incoming_events
Function · 0.45
test_archived_muted_chat
Function · 0.45
test_ephemeral_timer
Function · 0.45
Calls
1
mark_seen_messages
Method · 0.45
Tested by
6
ac_incoming_message
Method · 0.36
test_send_and_receive_message_markseen
Function · 0.36
test_send_receive_encrypt
Function · 0.36
test_send_mark_seen_clean_incoming_events
Function · 0.36
test_archived_muted_chat
Function · 0.36
test_ephemeral_timer
Function · 0.36