mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
mention
This commit is contained in:
parent
d0b71aba32
commit
d716402da2
3 changed files with 18 additions and 16 deletions
10
shared/types/mention.ts
Normal file
10
shared/types/mention.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import {MessageType, UserInMessage} from "./msg";
|
||||
|
||||
export type SharedMention = {
|
||||
chanId: number;
|
||||
msgId: number;
|
||||
type: MessageType;
|
||||
time: Date;
|
||||
text: string;
|
||||
from: UserInMessage;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue