mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add a var.
This commit is contained in:
parent
2e1ab9db08
commit
0045a2647a
@ -58,7 +58,7 @@ angular.module('matrixWebClient')
|
|||||||
angular.forEach(displayNames, function(value, key) {
|
angular.forEach(displayNames, function(value, key) {
|
||||||
if (value.length > 1) {
|
if (value.length > 1) {
|
||||||
// console.log(key + ": " + value);
|
// console.log(key + ": " + value);
|
||||||
for (i=0; i < value.length; i++) {
|
for (var i=0; i < value.length; i++) {
|
||||||
var v = value[i];
|
var v = value[i];
|
||||||
members[v].displayname += " (" + v + ")";
|
members[v].displayname += " (" + v + ")";
|
||||||
// console.log(v + " " + members[v]);
|
// console.log(v + " " + members[v]);
|
||||||
|
Loading…
Reference in New Issue
Block a user