Task lists WIP:

* front-end
This commit is contained in:
John Livingston
2024-05-06 15:57:42 +02:00
parent 9d5d59e9bc
commit 964b8854f6
11 changed files with 155 additions and 19 deletions

View File

@ -61,7 +61,8 @@ function _initChatRoomTaskLists (mucModel) {
xmlns: XMLNS_TASK,
collection: mucModel.tasks,
fields: {
name: String
name: String,
description: String
},
attributes: {
done: Boolean,