коммит произвёл
GitHub
родитель
f290745496
Коммит
c3ed07e679
@@ -273,7 +273,7 @@ func (a *App) UploadData(c request.CTX, us *model.UploadSession, rd io.Reader) (
|
||||
info.CreatorId = us.UserId
|
||||
info.ChannelId = us.ChannelId
|
||||
info.Path = us.Path
|
||||
info.RemoteId = model.NewString(us.RemoteId)
|
||||
info.RemoteId = model.NewPointer(us.RemoteId)
|
||||
if us.ReqFileId != "" {
|
||||
info.Id = us.ReqFileId
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user