From 06eeaf3fa15fb73d9558ae1737c705e12cd79c2b Mon Sep 17 00:00:00 2001 From: vantezzen Date: Mon, 26 Aug 2019 21:31:55 +0200 Subject: Remove share popup --- README.md | 3 ++- src/features/shareFranz/index.js | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d1d9888f..1a565eec1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ - [x] Removes the fullscreen app delay inviting users to upgrade - [x] Removes pages begging you to donate after registration - [x] Makes all users premium -- [x] Add option to change server to a custom [ferdi-server](https://github.com/vantezzen/ferdi-server) +- [x] Add option to change server to a custom [ferdi-server](https://github.com/vantezzen/ferdi-server) +- [x] Remove "Franz is better together"(shareFranz) popup - [x] Custom branding - [ ] [#5](https://github.com/kytwb/Ferdi/issues/5) Makes it optional to create an account - [ ] [#6](https://github.com/kytwb/Ferdi/issues/6) Makes RocketChat self-hosted generally available diff --git a/src/features/shareFranz/index.js b/src/features/shareFranz/index.js index 1167b329b..d611a7e1d 100644 --- a/src/features/shareFranz/index.js +++ b/src/features/shareFranz/index.js @@ -22,9 +22,9 @@ export default function initialize(stores) { }; function showModal() { - debug('Showing share window'); + debug('Would have showed share window'); - state.isModalVisible = true; + // state.isModalVisible = true; } reaction( -- cgit v1.2.3-70-g09d2