1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Can create weblink posts

This commit is contained in:
2020-04-25 14:38:15 +02:00
parent d79e132420
commit 622258802b
4 changed files with 127 additions and 0 deletions

View File

@ -146,6 +146,10 @@ class PostsHelper {
request.addFile("image", post.image);
break;
case PostKind.WEB_LINK:
request.addString("url", post.url);
break;
case PostKind.PDF:
request.addBytesFile(
"pdf",