Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show invitation link if email server not setup (#3520)
* return invite link to client if e-mail server is not set up * add a couple of tests to make sure invite links are only returned when neccessary * show invite link when e-mail is not configured * remove "an e-mail has been sent" when there's no e-mail configured * return invite_url in re-invites as well. Also refactor to reuse the code. * don't create invite links when no_invite is included * Revert "don't create invite links when no_invite is included" This reverts commit 7fe46d9. * don't create invite links when no_invite is included (non-stupid version)
- Loading branch information