forked from Ivasoft/mattermost-mobile
Remove team unreads and rely on channel member instead (#5710)
This commit is contained in:
6
types/database/models/servers/my_team.d.ts
vendored
6
types/database/models/servers/my_team.d.ts
vendored
@@ -11,12 +11,6 @@ export default class MyTeamModel extends Model {
|
||||
/** table (name) : MyTeam */
|
||||
static table: string;
|
||||
|
||||
/** is_unread : Boolean flag for unread messages on team level */
|
||||
isUnread: boolean;
|
||||
|
||||
/** mentions_count : Count of posts in which the user has been mentioned */
|
||||
mentionsCount: number;
|
||||
|
||||
/** roles : The different permissions that this user has in the team, concatenated together with comma to form a single string. */
|
||||
roles: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user