lock() {
            return forum._emit('topics.lock', {
                tids: [this.id],
                cid: this.categoryId
            })