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

FCM client improvements take II #398

Merged
merged 1 commit into from
Jan 14, 2021
Merged

FCM client improvements take II #398

merged 1 commit into from
Jan 14, 2021

Conversation

rowanseymour
Copy link
Contributor

No description provided.

clientInit.Do(func() {
if config.Mailroom.FCMKey == "" {
logrus.Error("fcm not configured, no syncing of android channels")
return
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this moves into mailroom instance startup - but just the warning - so it's not the first thing to appear in the console

@codecov
Copy link

codecov bot commented Jan 14, 2021

Codecov Report

Merging #398 (5091587) into master (b7f6706) will not change coverage.
The diff coverage is 61.53%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #398   +/-   ##
=======================================
  Coverage   55.17%   55.17%           
=======================================
  Files         115      115           
  Lines        7956     7956           
=======================================
  Hits         4390     4390           
+ Misses       2868     2866    -2     
- Partials      698      700    +2     
Impacted Files Coverage Δ
core/msgio/send.go 75.86% <33.33%> (-5.62%) ⬇️
core/msgio/android.go 65.21% <62.50%> (+5.21%) ⬆️
core/tasks/broadcasts/worker.go 57.74% <100.00%> (ø)
services/tickets/utils.go 67.34% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b7f6706...5091587. Read the comment docs.

Copy link
Member

@nicpottier nicpottier left a comment

Choose a reason for hiding this comment

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

yay!

@rowanseymour rowanseymour merged commit 1e6afa4 into master Jan 14, 2021
@rowanseymour rowanseymour deleted the fcm_cleanup_take_2 branch January 14, 2021 18:43
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.

2 participants