Преглед изворни кода

Merge pull request #443 from mnaamani/fix/thread-id

revert forum type ThreadId to u64
Mokhtar Naamani пре 4 година
родитељ
комит
92d37e2ac7
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {}