MM-49862 - remove no longer needed webapp calls to action and pulsating dots (#22699)
* MM-49862 - remove no longer needed webapp calls to action and pulsating dots * fix snapshots * improve function logic based on pr comments * fix unit tests --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9736304633
Коммит
6919761122
@@ -27,7 +27,6 @@ type Props = {
|
||||
previousPostId: string;
|
||||
teamId: string;
|
||||
timestampProps?: Partial<TimestampProps>;
|
||||
lastPost: Post;
|
||||
};
|
||||
|
||||
function noop() {}
|
||||
|
||||
@@ -403,7 +403,6 @@ class ThreadViewerVirtualized extends PureComponent<Props, State> {
|
||||
previousPostId={getPreviousPostId(data, index)}
|
||||
teamId={this.props.teamId}
|
||||
timestampProps={this.props.useRelativeTimestamp ? THREADING_TIME : undefined}
|
||||
lastPost={this.props.lastPost}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
Ссылка в новой задаче
Block a user