br41nslug / directus-websocket-subscribe

An extension to subscribe to directus updates over a websocket.
MIT License
106 stars 13 forks source link

Subscribe to delete event #10

Closed mbenyoub closed 1 year ago

mbenyoub commented 1 year ago

Is it possible to subscribe to the delete event ? can you explain how to do it , thanks

br41nslug commented 1 year ago

subscriptions include delete events of the items you're subscribed to

mbenyoub commented 1 year ago

indeed , thanks