i dont even know what this PR is supposed to be about anymore, everyone lost the plot somewhere in the middle of act 2 #74

Open
Guzio wants to merge 128 commits from Guzio/out-of-your-element:mergable-fr-fr into main
Showing only changes of commit 69d07c1a7b - Show all commits

I lied, that's the final patch (my C# past got the better of me lol)

Guzio 2026-02-25 09:48:22 +00:00

6
src/types.d.ts vendored
View file

@ -191,7 +191,7 @@ export namespace Event {
formatted_body?: string,
"m.relates_to"?: {
event_id?: string
is_falling_back?: bool
is_falling_back?: boolean
"m.in_reply_to"?: {
event_id: string
}
@ -212,7 +212,7 @@ export namespace Event {
"page.codeberg.everypizza.msc4193.spoiler"?: boolean
"m.relates_to"?: {
event_id?: string
is_falling_back?: bool
is_falling_back?: boolean
"m.in_reply_to"?: {
event_id: string
}
@ -249,7 +249,7 @@ export namespace Event {
info?: any
"m.relates_to"?: {
event_id?: string
is_falling_back?: bool
is_falling_back?: boolean
"m.in_reply_to"?: {
event_id: string
}