mirror of
https://github.com/Equicord/Equicord.git
synced 2025-07-01 01:14:24 -04:00
Fix HolyNotes
This commit is contained in:
parent
04a6472e0a
commit
4cd4e44378
4 changed files with 10 additions and 11 deletions
|
@ -60,7 +60,7 @@ interface PluginModalProps extends ModalProps {
|
|||
onRestartNeeded(): void;
|
||||
}
|
||||
|
||||
function makeDummyUser(user: { username: string; id?: string; avatar?: string; }) {
|
||||
export function makeDummyUser(user: { username: string; id?: string; avatar?: string; }) {
|
||||
const newUser = new UserRecord({
|
||||
username: user.username,
|
||||
id: user.id ?? generateId(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue