Ability to post in Forum

This commit is contained in:
metacryst
2025-11-25 10:17:01 -06:00
parent 7f4a9a8b18
commit 89702efa3a
27 changed files with 494 additions and 254 deletions

View File

@@ -36,6 +36,6 @@ export default class Tokens extends OrderedObject {
}
get(uuid) {
return super.get(`TOKEN-${uuid}`)
return this.entries[this.ids[`TOKEN-${uuid}`]]
}
}