mirror of
https://github.com/usememos/memos.git
synced 2025-11-24 11:30:26 +08:00
chore: add size for s3 resource (#1638)
This commit is contained in:
parent
3b76c6792c
commit
885a0ddad0
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ func (s *Server) registerResourceRoutes(g *echo.Group) {
|
|||
CreatorID: userID,
|
||||
Filename: filename,
|
||||
Type: filetype,
|
||||
Size: size,
|
||||
ExternalLink: link,
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue