undf: assign 859-861; stamp patches; element-web-0003/element-web-0004/conduit-0001

This commit is contained in:
russell@unturf.com 2026-03-30 15:17:08 -04:00
parent ec186e286c
commit dd20794faa
6 changed files with 7 additions and 1 deletions

View file

@ -856,5 +856,8 @@
"gitlab-foss-0003": "UNDF-2026-000000855",
"gitlab-foss-0004": "UNDF-2026-000000856",
"gitlab-foss-0005": "UNDF-2026-000000857",
"proxysql-0001": "UNDF-2026-000000858"
"proxysql-0001": "UNDF-2026-000000858",
"conduit-0001": "UNDF-2026-000000859",
"element-web-0003": "UNDF-2026-000000860",
"element-web-0004": "UNDF-2026-000000861"
}

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000859
--- a/src/api/server_server.rs
+++ b/src/api/server_server.rs
@@ -1254,6 +1254,9 @@ pub async fn get_missing_events_route(

Binary file not shown.

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000860
--- a/apps/web/src/TextForEvent.tsx
+++ b/apps/web/src/TextForEvent.tsx
@@ -394,8 +394,11 @@ function textForCanonicalAliasEvent(ev: MatrixEvent): (() => string) | null {

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000861
--- a/apps/web/src/utils/arrays.ts
+++ b/apps/web/src/utils/arrays.ts
@@ -189,8 +189,12 @@ export function arrayHasOrderChange(a: any[], b: any[]): boolean {

Binary file not shown.