fix(client/message): hide link
property from inspect
This commit is contained in:
parent
91dbba948e
commit
8fc2f02a13
1 changed files with 1 additions and 1 deletions
|
@ -795,4 +795,4 @@ export class Message {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
makeInspectable(Message, ['empty', 'isScheduled'])
|
makeInspectable(Message, ['empty', 'isScheduled'], ['link'])
|
||||||
|
|
Loading…
Reference in a new issue