Added connection from announce stream.

This commit is contained in:
Mark Qvist 2021-08-28 21:48:25 +02:00
parent 95cf7b373f
commit 62301b8cac

View File

@ -107,6 +107,7 @@ class AnnounceInfo(urwid.WidgetWrap):
self.parent.left_pile.contents[0] = (self.parent.announce_stream_display, options)
def connect(sender):
self.parent.browser.retrieve_url(RNS.hexrep(source_hash, delimit=False))
show_announce_stream(None)
def converse(sender):