[Settings > General] Accept discord server invite in-app (#4)
* [Settings > General] Make Discord Server button accept invite in-app * [Settings > General] My changes Co-authored-by: Beef <beefers@riseup.net>
This commit is contained in:
parent
71f687e345
commit
da83d4756a
3 changed files with 7 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
export const DISCORD_SERVER = "https://discord.gg/n9QQ4XhhJP";
|
||||
export const DISCORD_SERVER = "n9QQ4XhhJP";
|
||||
export const GITHUB = "https://github.com/vendetta-mod";
|
|
@ -9,6 +9,7 @@ export const toasts = find(m => m.open && m.close && !m.startDrag && !m.init &&
|
|||
export const stylesheet = findByProps("createThemedStyleSheet");
|
||||
export const clipboard = findByProps("setString", "getString", "hasString");
|
||||
export const assets = findByProps("registerAsset");
|
||||
export const invites = findByProps("acceptInviteAndTransitionToInviteChannel");
|
||||
export const navigation = findByProps("pushLazy");
|
||||
export const navigationStack = findByProps("createStackNavigator");
|
||||
export const NavigationNative = findByProps("NavigationContainer");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue