This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[1/2] Allow homeservers to send registration emails | Sending the email #5835
[1/2] Allow homeservers to send registration emails | Sending the email #5835
Changes from all commits
eacd505
959c051
0197954
c7a2317
053638d
176dd5d
73df394
c092a35
616ee20
994c51f
cc5983d
4f035bd
c8ba612
7f402b1
858414f
7e983f9
7cd1133
6b053d3
a6e22d7
a03cc2a
075541a
9e1e774
798e72b
1bc713d
70127b8
03d3789
75b279e
53c5432
f14b097
6706844
b29c62b
9b1a340
ace8fa5
5113d9e
06815e8
4dd5b97
80abdf2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm kinda wondering if a better solution is to remove the special-casing and stick them through the template engine anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be more clear, but we'd have to pull the template from the disk every time we get a registration request. So a question of code quality versus performance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
given we have to do that anyway for the other templates, it feels like a hit worth taking. But also, maybe something to think about another time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll punt it for later.