Private Chat with Webhooks for History

Options
Hi,

We use webhooks with photon chat to store & receive history. We have implemented "PathChannelCreate" and "PathChannelDestory" methods on our server side. I recently discovered that these methods are not called for private channels (by design). It perfectly works for Public channels.

What's the recommended way of implementing webhooks to store and receive private chat history?