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

Ready to implement the method to find a private conversation

This commit is contained in:
2020-06-18 09:06:59 +02:00
parent 174ed6244c
commit 2f571787a3
2 changed files with 7 additions and 0 deletions

View File

@@ -126,4 +126,9 @@ pub fn update_settings(r: &mut HttpRequestHandler) -> RequestResult {
}
r.success("Conversation information successfully updated!")
}
/// Find a private conversation
pub fn find_private(r: &mut HttpRequestHandler) -> RequestResult {
r.success("implement it")
}