The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/version-check/server/sampleUpdateData.js

17 lines
335 B

export default function() {
return {
versions: [{
version: '0.61.2',
security: true,
infoUrl: 'https://rocket.chat',
}],
alerts: [{
id: 'xPZXw9xqM3kKshssf',
title: 'Alert title',
text: 'Alert description',
textArguments: [],
modifiers: ['danger', 'large'],
infoUrl: 'https://rocket.chat',
}],
};
}