Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
1cc5fc1f
Unverified
Commit
1cc5fc1f
authored
5 years ago
by
Brendan Abolivier
Browse files
Options
Downloads
Patches
Plain Diff
Lint
parent
ac3cc323
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/config/emailconfig.py
+0
-1
0 additions, 1 deletion
synapse/config/emailconfig.py
with
0 additions
and
1 deletion
synapse/config/emailconfig.py
+
0
−
1
View file @
1cc5fc1f
...
@@ -138,7 +138,6 @@ class EmailConfig(Config):
...
@@ -138,7 +138,6 @@ class EmailConfig(Config):
if
not
os
.
path
.
isfile
(
p
):
if
not
os
.
path
.
isfile
(
p
):
raise
ConfigError
(
"
Unable to find email template file %s
"
%
(
p
,
))
raise
ConfigError
(
"
Unable to find email template file %s
"
%
(
p
,
))
def
default_config
(
self
,
config_dir_path
,
server_name
,
**
kwargs
):
def
default_config
(
self
,
config_dir_path
,
server_name
,
**
kwargs
):
return
"""
return
"""
# Enable sending emails for notification events or expiry notices
# Enable sending emails for notification events or expiry notices
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment