Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yann Leboulanger
gajim
Commits
e8c5ad64
Commit
e8c5ad64
authored
Oct 05, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better determine when we fully joined a muc
parent
b0497464
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
gajim/groupchat_control.py
gajim/groupchat_control.py
+1
-2
No files found.
gajim/groupchat_control.py
View file @
e8c5ad64
...
...
@@ -370,7 +370,6 @@ class GroupchatControl(ChatControlBase):
# sorted list of nicks who mentioned us (last at the end)
self
.
attention_list
=
[]
self
.
room_creation
=
int
(
time
.
time
())
# Use int to reduce mem usage
self
.
nick_hits
=
[]
self
.
last_key_tabs
=
False
...
...
@@ -2056,7 +2055,7 @@ class GroupchatControl(ChatControlBase):
gc_c
.
affiliation
=
affiliation
gc_c
.
status
=
obj
.
status
self
.
draw_contact
(
obj
.
nick
)
if
(
time
.
time
()
-
self
.
room_creation
)
>
30
and
obj
.
nick
!=
self
.
nick
\
if
self
.
is_connected
and
obj
.
nick
!=
self
.
nick
\
and
(
not
obj
.
status_code
or
'303'
not
in
obj
.
status_code
)
and
not
\
right_changed
:
st
=
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment