浏览代码

Automatically star new boards created with the header shortcut

Maxime Quandalle 10 年之前
父节点
当前提交
270236363a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      client/components/boards/boardHeader.js

+ 3 - 0
client/components/boards/boardHeader.js

@@ -134,6 +134,9 @@ BlazeComponent.extendComponent({
     });
 
     Utils.goBoardId(boardId);
+
+    // Immediately star boards crated with the headerbar popup.
+    Meteor.user().toggleBoardStar(boardId);
   },
 
   events: function() {