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;
|
||||
if (isChannel(tab)) {
|
||||
if (tab.name) {
|
||||
dispatch({
|
||||
type: actions.FETCH_MESSAGES,
|
||||
socket: {
|
||||
|
Loading…
Reference in New Issue
Block a user