Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notifications-bot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
archives
notifications-bot
Merge requests
!9
Project 'elixxir/notifications-bot' was moved to 'archives/notifications-bot'. Please update any links and bookmarks that may still have the old path.
Add a sync map for rounds received
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add a sync map for rounds received
jonah/receive-map
into
release
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Jonah Husson
requested to merge
jonah/receive-map
into
release
3 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
1836ae2c
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1836ae2c
Start cleaner thread
· 1836ae2c
Jonah Husson
authored
3 years ago
notifications/notifications.go
+
2
−
0
Options
@@ -151,6 +151,8 @@ func StartNotifications(params Params, noTLS, noFirebase bool) (*Impl, error) {
i
.
SetGatewayAuthentication
()
impl
.
inst
=
i
go
impl
.
Cleaner
()
return
impl
,
nil
}
Loading