Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
schleuder
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michał "rysiek" Woźniak
schleuder
Commits
a5dbb04c
Commit
a5dbb04c
authored
Dec 09, 2019
by
Michał "rysiek" Woźniak
🔒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: dangling paren
parent
f4c1aaa4
Pipeline
#31515
failed with stages
in 9 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/schleuder/list.rb
lib/schleuder/list.rb
+1
-1
No files found.
lib/schleuder/list.rb
View file @
a5dbb04c
...
...
@@ -352,7 +352,7 @@ module Schleuder
next
end
if
!
self
.
deliver_selfsent
&&
mail
.
was_validly_signed?
&&
(
subscription
==
mail
.
signer
)
)
if
!
self
.
deliver_selfsent
&&
mail
.
was_validly_signed?
&&
(
subscription
==
mail
.
signer
)
logger
.
info
"Not sending to
#{
subscription
.
email
}
: delivery of self sent is disabled."
next
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment