mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-12-28 16:49:25 -05:00
Added connection from announce stream.
This commit is contained in:
parent
95cf7b373f
commit
62301b8cac
@ -107,6 +107,7 @@ class AnnounceInfo(urwid.WidgetWrap):
|
|||||||
self.parent.left_pile.contents[0] = (self.parent.announce_stream_display, options)
|
self.parent.left_pile.contents[0] = (self.parent.announce_stream_display, options)
|
||||||
|
|
||||||
def connect(sender):
|
def connect(sender):
|
||||||
|
self.parent.browser.retrieve_url(RNS.hexrep(source_hash, delimit=False))
|
||||||
show_announce_stream(None)
|
show_announce_stream(None)
|
||||||
|
|
||||||
def converse(sender):
|
def converse(sender):
|
||||||
|
Loading…
Reference in New Issue
Block a user