This commit is contained in:
Untone 2023-11-29 07:13:14 +03:00
parent e44590a6a3
commit d8375f39d3

View File

@ -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