Fixed incorrect profile viewer ID when opening the dialog from a wall. [skip ci]
This commit is contained in:
parent
a10064c205
commit
81f7a5f25b
@ -303,6 +303,7 @@ class baseBuffer(object):
|
|||||||
for i in keys:
|
for i in keys:
|
||||||
if i in selected:
|
if i in selected:
|
||||||
pub.sendMessage("user-profile", person=selected[i])
|
pub.sendMessage("user-profile", person=selected[i])
|
||||||
|
break
|
||||||
|
|
||||||
def open_post(self, *args, **kwargs):
|
def open_post(self, *args, **kwargs):
|
||||||
""" Opens the currently focused post."""
|
""" Opens the currently focused post."""
|
||||||
|
Loading…
Reference in New Issue
Block a user