You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/capabilities.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,4 +226,4 @@
226
226
*`config => conversations => group-mode` (local) - User selected grouping mode for conversations (`none`, `group-first` or `private-first`)
227
227
*`private-reply` - Whether clients can link the original message to a private reply in one-to-one conversations
228
228
*`config => attachments => conversation-subfolders` (local) - Whether per-conversation subfolders are used for Talk attachments; when `true` files must be uploaded to `Talk/<ConversationName>-<token>/<DisplayName>-<uid>/` before calling the attachment endpoint
229
-
*`mute-conversations` - Wether conversations can be muted for given time.
229
+
*`mute-conversations` - Whether conversations can be muted for a given time
Copy file name to clipboardExpand all lines: lib/ResponseDefinitions.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -570,7 +570,7 @@
570
570
* hasScheduledMessages: int,
571
571
* // Bit-flag of enabled attributes of this conversation (only available with capability: `conversation-attributes`). See [attributes list](https://nextcloud-talk.readthedocs.io/en/latest/constants/#conversation-attributes) for details
572
572
* attributes: int,
573
-
* // Required capability: `mute-conversations`
573
+
* // Required capability: `mute-conversations`. Timestamp until the conversation is muted, i.e. not receiving notifications
0 commit comments