forked from Ivasoft/mattermost-mobile
[Gekidou] post list (#5893)
This commit is contained in:
3
types/database/models/servers/post.d.ts
vendored
3
types/database/models/servers/post.d.ts
vendored
@@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user