mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-06 00:14:07 +00:00
Update dependencies (#1784)
This commit is contained in:
5
vendor/github.com/mattermost/mattermost-server/v6/model/upload_session.go
generated
vendored
5
vendor/github.com/mattermost/mattermost-server/v6/model/upload_session.go
generated
vendored
@ -12,8 +12,9 @@ import (
|
||||
type UploadType string
|
||||
|
||||
const (
|
||||
UploadTypeAttachment UploadType = "attachment"
|
||||
UploadTypeImport UploadType = "import"
|
||||
UploadTypeAttachment UploadType = "attachment"
|
||||
UploadTypeImport UploadType = "import"
|
||||
IncompleteUploadSuffix = ".tmp"
|
||||
)
|
||||
|
||||
// UploadNoUserID is a "fake" user id used by the API layer when in local mode.
|
||||
|
Reference in New Issue
Block a user