feat: Add support for typing events in webhooks (#11423)

Added support for typing events in webhooks. Two new events are now
available: `conversation_typing_on` and `conversation_typing_off`.


<img width="746" alt="Screenshot 2025-05-08 at 4 50 24 PM"
src="https://github.com/user-attachments/assets/62da7b38-de0f-42c5-84f4-066e653da331"
/>

---------

Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
Shivam Mishra
2025-05-09 05:58:35 +05:30
committed by GitHub
parent c73f8aefc5
commit 6766b706c1
6 changed files with 105 additions and 5 deletions

View File

@@ -40,9 +40,7 @@ class Rack::Attack
#
# Example: RACK_ATTACK_ALLOWED_IPS="127.0.0.1,::1,192.168.0.10"
Rack::Attack.safelist('trusted IPs') do |req|
req.allowed_ip?
end
Rack::Attack.safelist('trusted IPs', &:allowed_ip?)
### Throttle Spammy Clients ###