mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-09 17:45:04 -04:00
Implemented basic node hosting and page serving.
This commit is contained in:
parent
55e8479979
commit
862f4835c7
7 changed files with 243 additions and 24 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue