Fetch scrollback messages in dm tabs
This commit is contained in:
@ -248,7 +248,7 @@ export function fetchMessages() {
|
||||
}
|
||||
|
||||
const tab = state.tab.selected;
|
||||
if (isChannel(tab)) {
|
||||
if (tab.name) {
|
||||
dispatch({
|
||||
type: actions.FETCH_MESSAGES,
|
||||
socket: {
|
||||
|
Reference in New Issue
Block a user