Adds unread message bubbles for widget (#943)
Co-authored-by: Sojan <sojan@pepalo.com> Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
committed by
GitHub
parent
6a7d810c95
commit
49db9c5d8a
@@ -109,8 +109,9 @@ Rails.application.routes.draw do
|
||||
namespace :widget do
|
||||
resources :events, only: [:create]
|
||||
resources :messages, only: [:index, :create, :update]
|
||||
resources :conversations do
|
||||
resources :conversations, only: [:index] do
|
||||
collection do
|
||||
post :update_last_seen
|
||||
post :toggle_typing
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user