Comparison of all the stuff I did. #6

Merged
Guzio merged 48 commits from fuckery into main 2026-03-02 15:17:09 +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
}