mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
@@ -38,7 +38,7 @@ class SocketClient {
|
||||
getParams = (payload = {}) => {
|
||||
const { docUuid, user } = this.config;
|
||||
return {
|
||||
docUuid,
|
||||
doc_uuid: docUuid,
|
||||
user,
|
||||
...payload,
|
||||
};
|
||||
|
Reference in New Issue
Block a user