mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-22 07:41:23 -04:00
Updated example
This commit is contained in:
parent
19696d206d
commit
0e2f0fb090
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ def delivery_callback(message):
|
||||||
RNS.log("\t| Destination instance : "+str(message.get_destination()))
|
RNS.log("\t| Destination instance : "+str(message.get_destination()))
|
||||||
RNS.log("\t| Transport Encryption : "+str(message.transport_encryption))
|
RNS.log("\t| Transport Encryption : "+str(message.transport_encryption))
|
||||||
RNS.log("\t| Timestamp : "+time_string)
|
RNS.log("\t| Timestamp : "+time_string)
|
||||||
RNS.log("\t| Title : "+message.title_as_string())
|
RNS.log("\t| Title : "+str(message.title_as_string()))
|
||||||
RNS.log("\t| Content : "+message.content_as_string())
|
RNS.log("\t| Content : "+str(message.content_as_string()))
|
||||||
RNS.log("\t| Fields : "+str(message.fields))
|
RNS.log("\t| Fields : "+str(message.fields))
|
||||||
if message.ratchet_id:
|
if message.ratchet_id:
|
||||||
RNS.log("\t| Ratchet : "+str(RNS.Identity._get_ratchet_id(message.ratchet_id)))
|
RNS.log("\t| Ratchet : "+str(RNS.Identity._get_ratchet_id(message.ratchet_id)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue