Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking โ€œSign up for GitHubโ€, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-17168] Sync organization user revoked/restored status immediately via push notification #13101

Closed
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set up SignalR connection on reconnect
r-tome committed Jan 27, 2025
commit 8acbc16021ba82a80f90c1fa64292f20427c189f
1 change: 1 addition & 0 deletions libs/common/src/services/notifications.service.ts
Original file line number Diff line number Diff line change
@@ -228,6 +228,7 @@ export class NotificationsService implements NotificationsServiceAbstraction {
}

try {
this.signalrConnection = this.setupConnection();
await this.signalrConnection.start();
this.connected = true;
if (sync) {