forked from cadence/out-of-your-element
Comparison of all the stuff I did. #6
1 changed files with 3 additions and 3 deletions
6
src/types.d.ts
vendored
6
src/types.d.ts
vendored
|
|
@ -191,7 +191,7 @@ export namespace Event {
|
||||||
formatted_body?: string,
|
formatted_body?: string,
|
||||||
"m.relates_to"?: {
|
"m.relates_to"?: {
|
||||||
event_id?: string
|
event_id?: string
|
||||||
is_falling_back?: bool
|
is_falling_back?: boolean
|
||||||
"m.in_reply_to"?: {
|
"m.in_reply_to"?: {
|
||||||
event_id: string
|
event_id: string
|
||||||
}
|
}
|
||||||
|
|
@ -212,7 +212,7 @@ export namespace Event {
|
||||||
"page.codeberg.everypizza.msc4193.spoiler"?: boolean
|
"page.codeberg.everypizza.msc4193.spoiler"?: boolean
|
||||||
"m.relates_to"?: {
|
"m.relates_to"?: {
|
||||||
event_id?: string
|
event_id?: string
|
||||||
is_falling_back?: bool
|
is_falling_back?: boolean
|
||||||
"m.in_reply_to"?: {
|
"m.in_reply_to"?: {
|
||||||
event_id: string
|
event_id: string
|
||||||
}
|
}
|
||||||
|
|
@ -249,7 +249,7 @@ export namespace Event {
|
||||||
info?: any
|
info?: any
|
||||||
"m.relates_to"?: {
|
"m.relates_to"?: {
|
||||||
event_id?: string
|
event_id?: string
|
||||||
is_falling_back?: bool
|
is_falling_back?: boolean
|
||||||
"m.in_reply_to"?: {
|
"m.in_reply_to"?: {
|
||||||
event_id: string
|
event_id: string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue