make NotificationStream event naming consistent (#4712)

This commit is contained in:
Robert Habermeier
2020-01-22 16:33:42 +01:00
committed by GitHub
parent 40e4d8fb0a
commit 21a2539a24
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -144,9 +144,9 @@ Behaviour<B, S, H> {
roles,
}));
},
CustomMessageOutcome::NotificationsStreamClosed { remote, protocols } =>
CustomMessageOutcome::NotificationStreamClosed { remote, protocols } =>
for engine_id in protocols {
self.events.push(BehaviourOut::Event(Event::NotificationsStreamClosed {
self.events.push(BehaviourOut::Event(Event::NotificationStreamClosed {
remote: remote.clone(),
engine_id,
}));