mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-29 16:37:11 -04:00
Cleanup
This commit is contained in:
parent
5c1a2c3485
commit
a921adbdbe
1 changed files with 0 additions and 4 deletions
|
@ -264,10 +264,6 @@ class Conversation:
|
||||||
with open(uri_save_path, "wb") as f:
|
with open(uri_save_path, "wb") as f:
|
||||||
f.write(lxm_uri.encode("utf-8"))
|
f.write(lxm_uri.encode("utf-8"))
|
||||||
|
|
||||||
# TODO: Remove after LXMF 0.3.5 ####
|
|
||||||
lxm.determine_transport_encryption()
|
|
||||||
####################################
|
|
||||||
|
|
||||||
message_path = Conversation.ingest(lxm, self.app, originator=True)
|
message_path = Conversation.ingest(lxm, self.app, originator=True)
|
||||||
self.messages.append(ConversationMessage(message_path))
|
self.messages.append(ConversationMessage(message_path))
|
||||||
return uri_save_path
|
return uri_save_path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue