mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Can create countdown timers
This commit is contained in:
@ -153,6 +153,11 @@ class PostsHelper {
|
||||
type: MediaType.parse("application/pdf")));
|
||||
break;
|
||||
|
||||
case PostKind.COUNTDOWN:
|
||||
request.addInt(
|
||||
"time-end", (post.timeEnd.millisecondsSinceEpoch / 1000).floor());
|
||||
break;
|
||||
|
||||
default:
|
||||
throw Exception("Unsupported post type :" + post.kind.toString());
|
||||
break;
|
||||
|
Reference in New Issue
Block a user