Merge branch 'main' of github.com:binwiederhier/ntfy
This commit is contained in:
		
						commit
						44d189179d
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -47,6 +47,13 @@ export const useConnectionListeners = (account, subscriptions, users) => { | |||
| 
 | ||||
|       const handleMessage = async (subscriptionId, message) => { | ||||
|         const subscription = await subscriptionManager.get(subscriptionId); | ||||
| 
 | ||||
|         // Race condition: sometimes the subscription is already unsubscribed from account
 | ||||
|         // sync before the message is handled
 | ||||
|         if (!subscription) { | ||||
|           return; | ||||
|         } | ||||
| 
 | ||||
|         if (subscription.internal) { | ||||
|           await handleInternalMessage(message); | ||||
|         } else { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue