mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
PK: Fix mentions/replies using UUID
This commit is contained in:
parent
3d87bd9da5
commit
f48c1f3f31
9 changed files with 81 additions and 7 deletions
1
types.d.ts
vendored
1
types.d.ts
vendored
|
@ -70,6 +70,7 @@ export type PkMember = {
|
|||
export type PkMessage = {
|
||||
system: PkSystem
|
||||
member: PkMember
|
||||
sender: string
|
||||
}
|
||||
|
||||
export namespace Event {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue