Future<bool> postable(DATABASE.Post post) async { if (!System().connected) return false; return await formPostable(post.formKey); }