mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
rename Ruma to Ar
This follows the pattern of the previous commit.
This commit is contained in:
parent
7ea98dac72
commit
f8961d5578
37 changed files with 183 additions and 181 deletions
|
|
@ -1,12 +1,12 @@
|
|||
use ruma::api::client::{error::ErrorKind, typing::create_typing_event};
|
||||
|
||||
use crate::{services, utils, Error, Ra, Result, Ruma};
|
||||
use crate::{services, utils, Ar, Error, Ra, Result};
|
||||
|
||||
/// # `PUT /_matrix/client/r0/rooms/{roomId}/typing/{userId}`
|
||||
///
|
||||
/// Sets the typing state of the sender user.
|
||||
pub(crate) async fn create_typing_event_route(
|
||||
body: Ruma<create_typing_event::v3::Request>,
|
||||
body: Ar<create_typing_event::v3::Request>,
|
||||
) -> Result<Ra<create_typing_event::v3::Response>> {
|
||||
use create_typing_event::v3::Typing;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue