Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for mentions in room description #45352

Merged
merged 14 commits into from
Jul 31, 2024
Merged
Prev Previous commit
Next Next commit
prettier
  • Loading branch information
rlinoz committed Jul 29, 2024
commit 6065516a04a64ead1fd72d007c703a80d0e15309
2 changes: 1 addition & 1 deletion src/libs/Parser.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// eslint-disable-next-line no-restricted-imports
import {ExpensiMark} from 'expensify-common';
import Onyx from 'react-native-onyx';
import {getEffectiveDisplayName} from './PersonalDetailsUtils';
import ONYXKEYS from '@src/ONYXKEYS';
import * as Localize from './Localize';
import Log from './Log';
import {getEffectiveDisplayName} from './PersonalDetailsUtils';
import * as ReportConnection from './ReportConnection';

const accountIDToNameMap: Record<string, string> = {};