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
cea5231c
Commit
cea5231c
authored
Oct 06, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dont show joined message on status change
parent
a26c4f16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
gajim/groupchat_control.py
gajim/groupchat_control.py
+5
-4
No files found.
gajim/groupchat_control.py
View file @
cea5231c
...
...
@@ -1858,10 +1858,11 @@ class GroupchatControl(ChatControlBase):
# init
if
obj
.
status_code
and
obj
.
nick
==
self
.
nick
:
if
'110'
in
obj
.
status_code
:
# We just join the room
self
.
print_conversation
(
_
(
'You (%s) joined the room'
)
%
self
.
nick
,
'info'
,
graphics
=
False
)
if
not
self
.
is_connected
:
# We just join the room
self
.
print_conversation
(
_
(
'You (%s) joined the room'
)
%
self
.
nick
,
'info'
,
graphics
=
False
)
if
self
.
room_jid
in
app
.
automatic_rooms
[
self
.
account
]
and
\
app
.
automatic_rooms
[
self
.
account
][
self
.
room_jid
][
'invities'
]:
if
self
.
room_jid
not
in
app
.
interface
.
instances
[
...
...
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