New chat integration:

* refactoring
* cleaning
* using peertubeHelpers to get authent info when available
This commit is contained in:
John Livingston
2024-03-26 15:38:22 +01:00
parent 4cf2cd3ac8
commit b6478f0f9e
5 changed files with 82 additions and 37 deletions

View File

@ -15,7 +15,8 @@
<div id="conversejs-bg" class="theme-peertube"></div>
<script type="text/javascript">
initConverse(
{INIT_CONVERSE_PARAMS}
{INIT_CONVERSE_PARAMS},
'chat-only'
)
</script>
</body>