feat(appservices): MSC3202 Device masquerading for appservices

This commit is contained in:
Jade Ellis
2026-02-21 23:21:58 +00:00
committed by Ellis Git
parent 9f1a483e76
commit 23638cd714
2 changed files with 30 additions and 2 deletions
+4
View File
@@ -11,6 +11,10 @@ use service::Services;
pub(super) struct QueryParams {
pub(super) access_token: Option<String>,
pub(super) user_id: Option<String>,
/// Device ID for appservice device masquerading (MSC3202/MSC4190).
/// Can be provided as `device_id` or `org.matrix.msc3202.device_id`.
#[serde(alias = "org.matrix.msc3202.device_id")]
pub(super) device_id: Option<String>,
}
pub(super) struct Request {