forked from jmug/stoatchat
Route which lets clients determine messages that have updated / deleted.
This commit is contained in:
@@ -6,6 +6,7 @@ mod fetch_dms;
|
||||
mod fetch_relationship;
|
||||
mod fetch_relationships;
|
||||
mod fetch_user;
|
||||
mod find_mutual;
|
||||
mod get_avatar;
|
||||
mod get_default_avatar;
|
||||
mod open_dm;
|
||||
@@ -22,6 +23,7 @@ pub fn routes() -> Vec<Route> {
|
||||
fetch_dms::req,
|
||||
open_dm::req,
|
||||
// Relationships
|
||||
find_mutual::req,
|
||||
fetch_relationships::req,
|
||||
fetch_relationship::req,
|
||||
add_friend::req,
|
||||
|
||||
Reference in New Issue
Block a user