[Gekidou] post list (#5893)

This commit is contained in:
Elias Nahum
2022-01-17 07:06:26 -03:00
committed by GitHub
parent 2686633608
commit b8b51296c0
97 changed files with 3787 additions and 951 deletions

View File

@@ -78,4 +78,7 @@ export default class PostModel extends Model {
/** channel: The channel which is presenting this Post */
channel: Relation<ChannelModel>;
/** hasReplies: Async function to determine if the post is part of a thread */
hasReplies: () => Promise<boolean>;
}