Implemented basic node hosting and page serving.

This commit is contained in:
Mark Qvist 2021-08-26 15:26:12 +02:00
parent 55e8479979
commit 862f4835c7
7 changed files with 243 additions and 24 deletions

View file

@ -26,7 +26,7 @@ class Conversation:
# Add the announce to the directory announce
# stream logger
app.directory.announce_received(destination_hash, app_data)
app.directory.lxmf_announce_received(destination_hash, app_data)
@staticmethod
def query_for_peer(source_hash):