Task lists WIP:

* dropping role support, does not work.
This commit is contained in:
John Livingston
2024-05-09 18:17:51 +02:00
parent 4f8e11d17d
commit a976b2a1d8
4 changed files with 11 additions and 21 deletions

View File

@ -4,7 +4,7 @@ This module is a custom module that provide some pubsub services associated to a
This module is entended to be used in the peertube-plugin-livechat project.
For each MUC room, there will be an associated pubsub node.
This node in only accessible by the ROOM moderators.
This node in only accessible by the ROOM admin/owner.
This node can contains various objects:
@ -12,7 +12,7 @@ This node can contains various objects:
* tasks
* ... (more to come)
These objects are meant te be shared between moderators.
These objects are meant te be shared between admin/owner.
This module is part of peertube-plugin-livechat, and is under the same LICENSE.