mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
The uuid is expected, not id (#1132)
Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
179dd3e6c3
commit
1b9defe4ad
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ export default function DHApplicationMixin(Base) {
|
|||
options.push({
|
||||
name: 'DAGGERHEART.APPLICATIONS.ContextMenu.sendToChat',
|
||||
icon: 'fa-solid fa-message',
|
||||
callback: async target => (await getDocFromElement(target)).toChat(this.document.id)
|
||||
callback: async target => (await getDocFromElement(target)).toChat(this.document.uuid)
|
||||
});
|
||||
|
||||
if (deletable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue