commit
8d95f63225
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import os
|
||||||
import RNS
|
import RNS
|
||||||
import LXMF
|
import LXMF
|
||||||
import shutil
|
import shutil
|
||||||
import msgpack
|
import RNS.vendor.umsgpack as msgpack
|
||||||
import nomadnet
|
import nomadnet
|
||||||
from nomadnet.Directory import DirectoryEntry
|
from nomadnet.Directory import DirectoryEntry
|
||||||
|
|
||||||
|
|
@ -903,4 +903,4 @@ class ConversationMessage:
|
||||||
with open(index_path, "wb") as f:
|
with open(index_path, "wb") as f:
|
||||||
f.write(msgpack.packb(index))
|
f.write(msgpack.packb(index))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
RNS.log("Error writing conversation index: "+str(e), RNS.LOG_ERROR)
|
RNS.log("Error writing conversation index: "+str(e), RNS.LOG_ERROR)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue