forked from Ivasoft/mattermost-mobile
[Gekidou] - Channel Intro (#5846)
* Channel Intro * Move avatar margins to post component per feedback review * Channel intro redesign * Fix preferences unit test * Change group intro sizes * Add Bot tag to DM Intro if they have it * fix channel isTablet layout on split screen * update snapshot
This commit is contained in:
2
types/database/database.d.ts
vendored
2
types/database/database.d.ts
vendored
@@ -222,7 +222,7 @@ export type HandleGroupArgs = PrepareOnly & {
|
||||
};
|
||||
|
||||
export type HandleChannelMembershipArgs = PrepareOnly & {
|
||||
channelMemberships: ChannelMembership[];
|
||||
channelMemberships: ChannelMember[];
|
||||
};
|
||||
|
||||
export type HandleGroupMembershipArgs = PrepareOnly & {
|
||||
|
||||
Reference in New Issue
Block a user