mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-07-22 14:50:35 -04:00
Added connection from announce stream.
This commit is contained in:
parent
95cf7b373f
commit
62301b8cac
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue