|
|
@ -78,7 +78,7 @@ Meteor.startup(function() { |
|
|
|
const id = `mongodbDeprecation_${ mongoVersion.replace(/[^0-9]/g, '_') }`; |
|
|
|
const id = `mongodbDeprecation_${ mongoVersion.replace(/[^0-9]/g, '_') }`; |
|
|
|
const title = 'MongoDB_Deprecated'; |
|
|
|
const title = 'MongoDB_Deprecated'; |
|
|
|
const text = 'MongoDB_version_s_is_deprecated_please_upgrade_your_installation'; |
|
|
|
const text = 'MongoDB_version_s_is_deprecated_please_upgrade_your_installation'; |
|
|
|
const link = 'https://rocket.chat/docs/installation'; |
|
|
|
const link = 'https://go.rocket.chat/i/mongodb-deprecated'; |
|
|
|
|
|
|
|
|
|
|
|
if (!Users.bannerExistsById(id)) { |
|
|
|
if (!Users.bannerExistsById(id)) { |
|
|
|
sendMessagesToAdmins({ |
|
|
|
sendMessagesToAdmins({ |
|
|
|