api/ws/tickets/
topics.rs

1
2pub fn ticket_chat_topic(ticket_id: i64) -> String {
3    format!("ws/tickets/{ticket_id}")
4}