|
@@ -47,6 +47,9 @@ class LiveroomService extends CrudService {
|
|
|
} else {
|
|
|
list = list.filter(f => f.userid !== userid);
|
|
|
}
|
|
|
+ console.group('group2');
|
|
|
+ console.log(JSON.parse(list));
|
|
|
+ console.groupEnd();
|
|
|
await this.app.redis.set(`liveroom${number}`, JSON.parse(list));
|
|
|
const { mq } = this.ctx;
|
|
|
if (mq) {
|