Add post scheduling. Add cleaner post_embed syntax.

This commit is contained in:
Dragory 2019-05-04 18:41:50 +03:00
parent a761a4e550
commit e18193c1a2
7 changed files with 489 additions and 52 deletions

View file

@ -53,4 +53,7 @@ export enum LogType {
CASE_UPDATE,
MEMBER_MUTE_REJOIN,
SCHEDULED_MESSAGE,
POSTED_SCHEDULED_MESSAGE,
}