diff options
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account.h b/src/account.h index 3ce93fba..d1377c39 100644 --- a/src/account.h +++ b/src/account.h @@ -139,6 +139,7 @@ public: void add_post(post_t * post); void add_deferred_post(const string& uuid, post_t * post); + void apply_deferred_posts(); bool remove_post(post_t * post); posts_list::iterator posts_begin() { |