Fetch scrollback messages in dm tabs
This commit is contained in:
parent
f0eada0f75
commit
4816fbfbca
File diff suppressed because one or more lines are too long
@ -248,7 +248,7 @@ export function fetchMessages() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const tab = state.tab.selected;
|
const tab = state.tab.selected;
|
||||||
if (isChannel(tab)) {
|
if (tab.name) {
|
||||||
dispatch({
|
dispatch({
|
||||||
type: actions.FETCH_MESSAGES,
|
type: actions.FETCH_MESSAGES,
|
||||||
socket: {
|
socket: {
|
||||||
|
Loading…
Reference in New Issue
Block a user