Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
203
Issues
203
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
e1720c8e
Commit
e1720c8e
authored
Jan 21, 2021
by
mathieui
Committed by
Maxime Buquet
Jan 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also receive self-message events in plugins
fixes omemo messages from another of our connected clients
parent
98bd4c24
Pipeline
#3579
passed with stages
in 4 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
poezio/core/handlers.py
poezio/core/handlers.py
+1
-1
No files found.
poezio/core/handlers.py
View file @
e1720c8e
...
@@ -387,7 +387,7 @@ class HandlerCore:
...
@@ -387,7 +387,7 @@ class HandlerCore:
remote_nick
=
conversation
.
get_nick
()
remote_nick
=
conversation
.
get_nick
()
conversation
.
last_remote_message
=
datetime
.
now
()
conversation
.
last_remote_message
=
datetime
.
now
()
self
.
core
.
events
.
trigger
(
'conversation_msg'
,
message
,
conversation
)
self
.
core
.
events
.
trigger
(
'conversation_msg'
,
message
,
conversation
)
if
not
message
[
'body'
]:
if
not
message
[
'body'
]:
return
return
...
...
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