mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Ready to update conversation settings
This commit is contained in:
@@ -59,4 +59,9 @@ pub fn get_single(r: &mut HttpRequestHandler) -> RequestResult {
|
||||
let conv = conversations_helper::get_single(conversation_id, r.user_id()?)?;
|
||||
|
||||
r.set_response(ConversationAPI::new(&conv))
|
||||
}
|
||||
|
||||
/// Update the settings of a conversation
|
||||
pub fn update_settings(r: &mut HttpRequestHandler) -> RequestResult {
|
||||
r.success("implement it")
|
||||
}
|
Reference in New Issue
Block a user