fix stupid merge issue, sorry

This commit is contained in:
C0ffeeCode 2022-01-14 20:27:31 +01:00
parent 6dc7cf9af5
commit 9739eb614e

View file

@ -87,6 +87,15 @@ export function openReadReceipts(roomId, userIds) {
}); });
} }
export function replyTo(userId, eventId, body) {
appDispatcher.dispatch({
type: cons.actions.navigation.CLICK_REPLY_TO,
userId,
eventId,
body,
});
}
export function openAttachmentTypeSelector(params) { export function openAttachmentTypeSelector(params) {
appDispatcher.dispatch({ appDispatcher.dispatch({
type: cons.actions.navigation.OPEN_ATTACHMENT_TYPE_SELECTOR, type: cons.actions.navigation.OPEN_ATTACHMENT_TYPE_SELECTOR,