Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add open invites #216

Merged
merged 1 commit into from
May 17, 2021
Merged

Add open invites #216

merged 1 commit into from
May 17, 2021

Conversation

cryptix
Copy link
Member

@cryptix cryptix commented May 14, 2021

fixes #102
updates #199

@cryptix cryptix changed the title Fix open invites Add open invites May 17, 2021
@cryptix cryptix requested review from cblgh and staltz and removed request for cblgh May 17, 2021 06:38
@@ -1,7 +1,7 @@
{{ define "title" }}{{ i18n "InviteFacadeTitle" }}{{ end }}
{{ define "content" }}
<div class="flex flex-col justify-center items-center self-center max-w-lg">
<p id="welcome" class="text-center mt-8 italic">Welcome to {{.RoomTitle}}! {{i18n "InviteFacadeWelcome"}}</p>
<p id="welcome" class="text-center mt-8 italic">{{i18nWithData "InviteFacadeWelcome" "RoomTitle" .RoomTitle}}</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@cryptix cryptix force-pushed the fix-open-invites branch from 53f102a to 9258357 Compare May 17, 2021 08:16
@cryptix cryptix merged commit 81c05a6 into master May 17, 2021
@cryptix cryptix deleted the fix-open-invites branch May 17, 2021 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

follow-up to privacy modes: open invites
2 participants