Group V2 invite links: in-conversation messages
This commit is contained in:
parent
8e7379a591
commit
272e6cc614
10 changed files with 1775 additions and 206 deletions
|
@ -37,6 +37,12 @@ const directConsole = {
|
|||
|
||||
const logger = createLogger({
|
||||
logger: directConsole,
|
||||
predicate: (_getState, action) => {
|
||||
if (action.type === 'network/CHECK_NETWORK_STATUS') {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
},
|
||||
});
|
||||
|
||||
const middlewareList = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue