mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-11-04 12:14:11 +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