Remove references to non-existent messageExpired action

This commit is contained in:
Evan Hahn 2021-06-15 18:30:23 -05:00 committed by GitHub
parent 562ab5a5a5
commit 9dd7e763c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 55 additions and 65 deletions

2
ts/window.d.ts vendored
View file

@ -8,7 +8,6 @@ import * as Underscore from 'underscore';
import moment from 'moment';
import PQueue from 'p-queue/dist';
import { Ref } from 'react';
import { bindActionCreators } from 'redux';
import { imageToBlurHash } from './util/imageToBlurHash';
import * as LinkPreviews from '../js/modules/link_previews.d';
import * as Util from './util';
@ -484,7 +483,6 @@ declare global {
};
Views: WhatIsThis;
State: {
bindActionCreators: typeof bindActionCreators;
createStore: typeof createStore;
Roots: {
createApp: typeof createApp;