Browse Source

revert forum type ThreadId to u64

Mokhtar Naamani 4 years ago
parent
commit
8b643478df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/joy-types/src/forum.ts

+ 1 - 1
packages/joy-types/src/forum.ts

@@ -90,7 +90,7 @@ export class CategoryId extends u64 {}
 export class OptionCategoryId extends Option.with(CategoryId) {}
 export class VecCategoryId extends Vector.with(CategoryId) {}
 
-export class ThreadId extends u32 {}
+export class ThreadId extends u64 {}
 export class VecThreadId extends Vector.with(ThreadId) {}
 
 export class PostId extends u64 {}