Add mentions to comments
This commit is contained in:
parent
2890b615f3
commit
d7e70384a3
11 changed files with 111 additions and 17 deletions
|
@ -4,7 +4,8 @@ export interface ActivityIdentifierObject {
|
|||
}
|
||||
|
||||
export interface ActivityTagObject {
|
||||
type: 'Hashtag'
|
||||
type: 'Hashtag' | 'Mention'
|
||||
href?: string
|
||||
name: string
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue