Fixed incorrect profile viewer ID when opening the dialog from a wall. [skip ci]

This commit is contained in:
Manuel Cortez 2019-01-03 10:19:12 -06:00
parent a10064c205
commit 81f7a5f25b

View File

@ -303,6 +303,7 @@ class baseBuffer(object):
for i in keys:
if i in selected:
pub.sendMessage("user-profile", person=selected[i])
break
def open_post(self, *args, **kwargs):
""" Opens the currently focused post."""