Merge pull request #7361 from nextcloud/bugfix/noid/fix-actor-docs

Fix actor docs
This commit is contained in:
Joas Schilling 2022-05-12 14:10:07 +02:00 коммит произвёл GitHub
Родитель 251e6fd589 6aa24176f0
Коммит 08d270d80f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -39,8 +39,8 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
---|---|---
`id` | int | ID of the comment
`token` | string | Conversation token
`actorType` | string | `guests` or `users`
`actorId` | string | User id of the message author
`actorType` | string | See [Constants - Actor types of chat messages](constants.md#actor-types-of-chat-messages)
`actorId` | string | Actor id of the message author
`actorDisplayName` | string | Display name of the message author
`timestamp` | int | Timestamp in seconds and UTC time zone
`systemMessage` | string | empty for normal chat message or the type of the system message (untranslated)