federation-api: Set a consistent naming scheme for membership endpoints

This commit is contained in:
Jonathan de Jong 2022-02-18 13:54:50 +01:00 committed by GitHub
parent 5a35df2163
commit b3d4b27b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
pub mod create_invite;
pub mod create_join_event;
pub mod create_join_event_template;
pub mod create_leave_event;
pub mod get_leave_event;
pub mod prepare_join_event;
pub mod prepare_leave_event;