remove FIXME
This commit is contained in:
parent
63c1d3d3f0
commit
f1b8cc1246
1 changed files with 2 additions and 1 deletions
|
@ -271,7 +271,8 @@ class TabbedChatWindow(chat.Chat):
|
||||||
self.paint_banner(jid)
|
self.paint_banner(jid)
|
||||||
|
|
||||||
def get_specific_unread(self, jid):
|
def get_specific_unread(self, jid):
|
||||||
return 0 # FIXME: always zero why??
|
# return the number of unread for contacts in the room when gc, 0 in tc
|
||||||
|
return 0
|
||||||
|
|
||||||
def show_avatar(self, jid, resource):
|
def show_avatar(self, jid, resource):
|
||||||
# Get the XML instance
|
# Get the XML instance
|
||||||
|
|
Loading…
Add table
Reference in a new issue