mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 06:49:48 -04:00
add stable paths of profile fields MSC
Signed-off-by: strawberry <june@girlboss.ceo>
This commit is contained in:
parent
b9d9a2abcc
commit
6b24abc2d1
5 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@ pub mod unstable {
|
|||
authentication: AccessToken,
|
||||
history: {
|
||||
unstable => "/_matrix/client/unstable/uk.tcpip.msc4133/profile/:user_id/:key_name",
|
||||
// 1.12 => "/_matrix/client/v3/profile/:user_id/:key_name",
|
||||
1.13 => "/_matrix/client/v3/profile/:user_id/:key_name",
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ pub mod unstable {
|
|||
authentication: AccessToken,
|
||||
history: {
|
||||
unstable => "/_matrix/client/unstable/uk.tcpip.msc4133/profile/:user_id/us.cloke.msc4175.tz",
|
||||
// 1.12 => "/_matrix/client/v3/profile/:user_id/m.tz",
|
||||
1.13 => "/_matrix/client/v3/profile/:user_id/m.tz",
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ pub mod unstable {
|
|||
authentication: None,
|
||||
history: {
|
||||
unstable => "/_matrix/client/unstable/uk.tcpip.msc4133/profile/:user_id/us.cloke.msc4175.tz",
|
||||
// 1.12 => "/_matrix/client/v3/profile/:user_id/m.tz",
|
||||
1.12 => "/_matrix/client/v3/profile/:user_id/m.tz",
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ pub mod unstable {
|
|||
authentication: AccessToken,
|
||||
history: {
|
||||
unstable => "/_matrix/client/unstable/uk.tcpip.msc4133/profile/:user_id/:key_name",
|
||||
1.12 => "/_matrix/client/v3/profile/:user_id/:key_name",
|
||||
1.13 => "/_matrix/client/v3/profile/:user_id/:key_name",
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ pub mod unstable {
|
|||
authentication: AccessToken,
|
||||
history: {
|
||||
unstable => "/_matrix/client/unstable/uk.tcpip.msc4133/profile/:user_id/us.cloke.msc4175.tz",
|
||||
// 1.12 => "/_matrix/client/v3/profile/:user_id/m.tz",
|
||||
1.13 => "/_matrix/client/v3/profile/:user_id/m.tz",
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue