Implement per-user post permissions and move stats into dedicated pages
This commit is contained in:
@@ -7,6 +7,7 @@ export type Post = {
|
||||
tags?: string[];
|
||||
signal?: string;
|
||||
author: string;
|
||||
ownerId?: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
views?: number;
|
||||
|
||||
Reference in New Issue
Block a user