🐛 backend: adding editing session key (#525)
This commit is contained in:
committed by
ericlinagora
parent
3de9829bf0
commit
16dbf8077b
@@ -93,7 +93,7 @@ export class DriveFile {
|
||||
|
||||
/**
|
||||
* If this field is non-null, then an editing session is in progress (probably in OnlyOffice).
|
||||
* Should be in the format `appid-timestamp-hexuuid` where `appid` and `timestamp` have no `-`
|
||||
* Should be in the format `timestamp-appid-hexuuid` where `appid` and `timestamp` have no `-`
|
||||
* characters.
|
||||
*/
|
||||
@Type(() => String)
|
||||
|
||||
Reference in New Issue
Block a user