mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Allow to create new choices on survey on its creation
This commit is contained in:
@ -165,6 +165,7 @@ class PostsHelper {
|
||||
case PostKind.SURVEY:
|
||||
request.addString("question", post.survey.question);
|
||||
request.addString("answers", post.survey.answers.join("<>"));
|
||||
request.addBool("allowNewAnswers", post.survey.allowNewChoicesCreation);
|
||||
break;
|
||||
|
||||
case PostKind.YOUTUBE:
|
||||
|
Reference in New Issue
Block a user