Why did I make it this way??? #13

Merged
Guzio merged 121 commits from main into mergable-fr-fr 2026-04-15 20:05:01 +00:00
Showing only changes of commit 69d07c1a7b - Show all commits

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
}