Skip to content

Commit

Permalink
Remove notif subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 15, 2024
1 parent 48379b0 commit 6e3ac98
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/desktop/src/rpc/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,6 @@ class SocketManager {
// try to find the user
this.requestUserChannel();

// sub to any otifs
this.send({
cmd: RPCCommand.SUBSCRIBE,
evt: RPCEvent.NOTIFICATION_CREATE,
});

this.userdataStore.setAccessTokenExpiry(payload.data.expires);
this.store.setMe(payload.data.user);

Expand Down

0 comments on commit 6e3ac98

Please sign in to comment.