update groupchat contact instance when we get a pm presence
This commit is contained in:
parent
96ec9fb6bf
commit
5ea8598686
|
@ -1238,6 +1238,9 @@ class Interface:
|
||||||
contact = ctrl.contact
|
contact = ctrl.contact
|
||||||
contact.show = show
|
contact.show = show
|
||||||
contact.status = status
|
contact.status = status
|
||||||
|
gc_contact = ctrl.gc_contact
|
||||||
|
gc_contact.show = show
|
||||||
|
gc_contact.status = status
|
||||||
uf_show = helpers.get_uf_show(show)
|
uf_show = helpers.get_uf_show(show)
|
||||||
ctrl.print_conversation(_('%(nick)s is now %(status)s') % {
|
ctrl.print_conversation(_('%(nick)s is now %(status)s') % {
|
||||||
'nick': nick, 'status': uf_show}, 'status')
|
'nick': nick, 'status': uf_show}, 'status')
|
||||||
|
|
Loading…
Reference in New Issue