mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 22:01:03 +00:00
feat: adding intercom
This commit is contained in:
@@ -56,6 +56,7 @@ export const getUserData = () => {
|
|||||||
id: loggedUser.userId,
|
id: loggedUser.userId,
|
||||||
username: "",
|
username: "",
|
||||||
bio: "",
|
bio: "",
|
||||||
|
email: null,
|
||||||
profileVisibility: "PUBLIC" as ProfileVisibility,
|
profileVisibility: "PUBLIC" as ProfileVisibility,
|
||||||
subscription: loggedUser.subscription
|
subscription: loggedUser.subscription
|
||||||
? {
|
? {
|
||||||
|
|||||||
Reference in New Issue
Block a user