kaori 5 лет назад
Родитель
Сommit
819bd778c6
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      src/server/service/bolt.js

+ 6 - 0
src/server/service/bolt.js

@@ -57,6 +57,12 @@ const { WebClient, LogLevel } = require('@slack/web-api');
 class BoltService {
 
   constructor(crowi) {
+
+    this.state = {
+      pagenationOffset: 0,
+    };
+
+    this.getSearchResultPaths = this.getSearchResultPaths.bind(this);
     this.crowi = crowi;
     this.receiver = new BoltReciever();