Explorar o código

changed initial room description (test)

Akira Laine %!s(int64=9) %!d(string=hai) anos
pai
achega
4b1d770c0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/server/server.js

+ 1 - 1
app/server/server.js

@@ -13,7 +13,7 @@ Meteor.startup(function () {
     var stations = [{tag: "edm", display: "EDM"}, {tag: "pop", display: "Pop"}]; //Rooms to be set on server startup
     for (var i in stations) {
         if (Rooms.find({type: stations[i]}).count() === 0) {
-            createRoom(stations[i].display, stations[i].tag, false, "Room description.");
+            createRoom(stations[i].display, stations[i].tag, false, "Room description goes here.");
         }
     }
     emojione.ascii = true;