Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
0747280d
Commit
0747280d
authored
Apr 27, 2022
by
Tijmen de Mes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed left over notification events
parent
0550d6f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
messages.py
blink/messages.py
+0
-2
No files found.
blink/messages.py
View file @
0747280d
...
...
@@ -114,7 +114,6 @@ class OutgoingMessage(object):
return
notification_center
=
NotificationCenter
()
notification_center
.
post_notification
(
notification
,
sender
=
self
.
session
)
notification_center
.
post_notification
(
'DidNotDeliverMessage'
,
sender
=
self
.
session
,
data
=
NotificationData
(
data
=
NotificationData
(
code
=
404
,
reason
=
notification
.
data
.
error
),
id
=
self
.
id
))
def
_NH_SIPMessageDidSucceed
(
self
,
notification
):
...
...
@@ -125,7 +124,6 @@ class OutgoingMessage(object):
if
self
.
content_type
.
lower
()
==
IsComposingDocument
.
content_type
:
return
notification_center
=
NotificationCenter
()
notification_center
.
post_notification
(
notification
,
sender
=
self
.
session
)
notification_center
.
post_notification
(
'DidNotDeliverMessage'
,
sender
=
self
.
session
,
data
=
NotificationData
(
data
=
notification
.
data
,
id
=
self
.
id
))
...
...
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