From d8375f39d3a6d2648517df4f35bd24bfb6496156 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 29 Nov 2023 07:13:14 +0300 Subject: [PATCH] ci --- src/data.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data.rs b/src/data.rs index c935d4d..190fd3a 100644 --- a/src/data.rs +++ b/src/data.rs @@ -113,9 +113,11 @@ pub async fn is_fitting( Ok(recipients.contains(&listener_id)) } else if message_data.entity == "shout" { // payload is Shout + // TODO: check all community subscribers if no then // TODO: check all topics subscribers if no then // TODO: check all authors subscribers + Ok(true) } else if message_data.entity == "chat" { // payload is Chat