Scope pino lines with filename
This commit is contained in:
parent
f6c19c548e
commit
4347964030
338 changed files with 1524 additions and 1111 deletions
|
|
@ -12,7 +12,7 @@ import * as GroupChange from '../groupChange';
|
|||
import * as MIME from '../types/MIME';
|
||||
import * as Stickers from '../types/Stickers';
|
||||
import * as expirationTimer from './expirationTimer';
|
||||
import * as log from '../logging/log';
|
||||
import { createLogger } from '../logging/log';
|
||||
import { GiftBadgeStates } from '../components/conversation/Message';
|
||||
import { dropNull } from './dropNull';
|
||||
import { getCallHistorySelector } from '../state/selectors/callHistory';
|
||||
|
|
@ -58,6 +58,8 @@ import { MessageRequestResponseEvent } from '../types/MessageRequestResponseEven
|
|||
import { missingCaseError } from './missingCaseError';
|
||||
import { getUserConversationId } from '../state/selectors/user';
|
||||
|
||||
const log = createLogger('getNotificationDataForMessage');
|
||||
|
||||
function getNameForNumber(e164: string): string {
|
||||
const conversation = window.ConversationController.get(e164);
|
||||
if (!conversation) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue