mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Can create YouTube posts
This commit is contained in:
@ -167,6 +167,10 @@ class PostsHelper {
|
||||
request.addString("answers", post.survey.answers.join("<>"));
|
||||
break;
|
||||
|
||||
case PostKind.YOUTUBE:
|
||||
request.addString("youtube_id", post.youtubeId);
|
||||
break;
|
||||
|
||||
default:
|
||||
throw Exception("Unsupported post type :" + post.kind.toString());
|
||||
break;
|
||||
|
Reference in New Issue
Block a user