steveseguin / social_stream

Consolidate your live social messaging streams and much more
http://socialstream.ninja/
GNU General Public License v3.0
516 stars 74 forks source link

PeerTube LiveChat version 9.0 changed URL scheme. Need to update which URL triggers PeerTube LiveChat capture #218

Closed dannekrose closed 2 months ago

dannekrose commented 2 months ago

Starting in PeerTube LiveChat plugin version 9.0, the url scheme has changed.

Old scheme: https://*/plugins/livechat/router/webchat/room/ New scheme: https://(domain)/p/livechat/room?room=(roomID)

This is a request to allow PeerTube Livechat plugin version 9.0 and newer to also be captured/triggered for Social_stream use.

Thank you.

steveseguin commented 2 months ago

https://github.com/steveseguin/social_stream/commit/8f2dd666d82f1bb69ee3c785dad7dcbd483dad7d

I made the changes, but did not test. If you can provide a site with the 9.0 running on it , with a chat available to test in, I can do so if there is more work needed

Thank you for providing the details.

dannekrose commented 2 months ago

I just testing with the new changes and the PeerTube LiveChat is being captured correctly now with the latest PeerTube Livechat 9.0.x plugin. Thank you!!