Fix notification test types

This commit is contained in:
Alex Gleason
2022-07-06 12:24:45 -05:00
parent bdf00bb692
commit 590e85ac59
3 changed files with 26 additions and 24 deletions

View File

@@ -84,8 +84,6 @@ interface IStatus extends RouteComponentProps {
onMoveDown: (statusId: string, featured?: boolean) => void,
getScrollPosition?: () => ScrollPosition | undefined,
updateScrollBottom?: (bottom: number) => void,
cacheMediaWidth: () => void,
cachedMediaWidth: number,
group: ImmutableMap<string, any>,
displayMedia: string,
allowedEmoji: ImmutableList<string>,