ci
This commit is contained in:
parent
e44590a6a3
commit
d8375f39d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user