fix(core): update
This commit is contained in:
		| @@ -140,7 +140,7 @@ export class Universe { | ||||
|             this.universeCache, | ||||
|             unauthenticatedMessage | ||||
|           ); | ||||
|           if (foundChannel) { | ||||
|           if (foundChannel && unauthenticatedMessage.authenticated) { | ||||
|             const authenticatedMessage = unauthenticatedMessage; | ||||
|             await this.universeCache.addMessage(authenticatedMessage); | ||||
|           } | ||||
|   | ||||
| @@ -42,7 +42,7 @@ export class UniverseMessage implements interfaces.IUniverseMessage { | ||||
|   /** | ||||
|    * wether the message is authenticated | ||||
|    */ | ||||
|   public authenticated: boolean = null; | ||||
|   public authenticated: boolean = false; | ||||
|  | ||||
|   /** | ||||
|    * a destruction timer for this message | ||||
|   | ||||
		Reference in New Issue
	
	Block a user