Add comments and XXX

This commit is contained in:
yflory
2019-09-23 14:35:57 +02:00
parent 4128c34b93
commit 83bc0d84f0
3 changed files with 6 additions and 2 deletions

View File

@@ -262,6 +262,7 @@ define([
var teamName = Util.fixHTML(Util.find(msg, ['content', 'team', 'metadata', 'name']) || '');
content.getFormatText = function () {
var text = name + " has invited you to join the team <b>" + teamName +"</b>";
// XXX
return text;
};
if (!content.archived) {
@@ -280,6 +281,7 @@ define([
var teamName = Util.fixHTML(Util.find(msg, ['content', 'teamName']) || '');
content.getFormatText = function () {
var text = name + " has kicked you from join the team <b>" + teamName +"</b>";
// XXX
return text;
};
if (!content.archived) {