1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-09-25 22:29:45 +00:00

Ready to implement new route

This commit is contained in:
2020-06-20 07:42:18 +02:00
parent ba2e89d0be
commit 0254b6b614
2 changed files with 7 additions and 0 deletions

View File

@@ -210,4 +210,9 @@ pub fn refresh_list(r: &mut HttpRequestHandler) -> RequestResult {
}
r.set_response(ConversationRefreshResultAPI::new(list))
}
/// Refresh a single conversation
pub fn refresh_single(r: &mut HttpRequestHandler) -> RequestResult {
r.success("implement it")
}