You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/compliance/msc.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,17 @@
18
18
19
19
## Counts
20
20
21
-
- ✅ `yes`: 216
21
+
- ✅ `yes`: 217
22
22
- 🟨 `partial`: 59
23
-
- ❌ `no`: 457
23
+
- ❌ `no`: 456
24
24
- ⬛ `n/a`: 292
25
25
26
26
### Status by inventory bucket
27
27
28
28
| Inv | yes | partial | no | n/a | total |
29
29
|---|---|---|---|---|---|
30
30
| merged | 150 | 30 | 12 | 64 | 256 |
31
-
| open |58| 28 |406| 176 | 668 |
31
+
| open |59| 28 |405| 176 | 668 |
32
32
| closed | 8 | 1 | 39 | 52 | 100 |
33
33
34
34
## Merged
@@ -314,7 +314,7 @@ in the [Out of scope](#out-of-scope) section.
314
314
| MSC4446 | ❌ ● | 0/0 | Allow moving the fully read marker to older events | No allow_backward field; no monotonicity check on m.fully_read |
315
315
| MSC4445 | ❌ ◐ | 0/0 | Clarify `/sync` timeline order | No msc4445 unstable_features flags advertised |
316
316
| MSC4440 | ❌ ● | 0/0 | Profile Biography via Global Profiles | Generic MSC4133 passthrough only; no m.biography validation |
317
-
| MSC4439 |❌ ● |0/0| Encryption key URIs in `/.well-known/matrix/support`|No pgp_key field on /.well-known/matrix/support contacts|
317
+
| MSC4439 |✅ ● |80/90| Encryption key URIs in `/.well-known/matrix/support`|src/api/client/well_known.rs:58; pgp_key plumbed via ruma unstable-msc4439|
318
318
| MSC4438 | ✅ ● | 100/100 | Message bookmarks via account data | Pure account-data convention; existing endpoints store arbitrary types |
319
319
| MSC4437 | ❌ ● | 0/0 | Endpoint to replace entire profile | No PUT /_matrix/client/v3/profile/{userId} replace-all endpoint |
320
320
| MSC4436 | ✅ ● | 100/100 | Make server ACLs case insensitive | Ruma is_allowed uses WildMatch::new_case_insensitive |
0 commit comments