From 6ae152bfb53f0fe2617a34b0738970c1958f7100 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Mon, 20 Jan 2025 10:43:47 +0100 Subject: [PATCH] fixup! feat(polls): allow editing of draft polls --- docs/capabilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/capabilities.md b/docs/capabilities.md index a1e94ca1dad6..6931016631e6 100644 --- a/docs/capabilities.md +++ b/docs/capabilities.md @@ -166,7 +166,6 @@ * `config => call => start-without-media` (local) - Boolean, whether media should be disabled when starting or joining a conversation * `config => call => max-duration` - Integer, maximum call duration in seconds. Please note that this should only be used with system cron and with a reasonable high value, due to the expended duration until the background job ran. * `config => call => blur-virtual-background` (local) - Boolean, whether blur background is set by default when joining a conversation -+ `edit-draft-poll` - Whether moderators can edit draft polls ## 21 * `config => conversations => force-passwords` - Whether passwords are enforced for public rooms @@ -178,3 +177,4 @@ * `config => conversations => description-length` (local) - The maximum length for conversation descriptions, currently 2000. Before this config was added the implicit limit was 500, since the existance of the feature capability `room-description`. * `call-end-to-end-encryption` - Signaling support of the server for the end-to-end encryption of calls * `config => call => end-to-end-encryption` - Whether calls should be end-to-end encrypted (currently off by default, until all Talk mobile clients support it) ++ `edit-draft-poll` - Whether moderators can edit draft polls