mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
drop the version pin from the resolver comment
This commit is contained in:
parent
e38570d99e
commit
f66057d647
1 changed files with 3 additions and 3 deletions
|
|
@ -289,9 +289,9 @@ class AssetMediaRepository {
|
|||
return null;
|
||||
}
|
||||
|
||||
/// As of share_plus 10.1.4, sharing copies every file into a single cache
|
||||
/// folder regardless of where it came from, and equal names overwrite each
|
||||
/// other there. Downloads are renamed to their display name first since
|
||||
/// share_plus copies every file of one share into a single cache folder
|
||||
/// regardless of where it came from, and equal names overwrite each other
|
||||
/// there. Downloads are renamed to their display name first since
|
||||
/// receivers only see the on-disk filename, and a name already taken in the
|
||||
/// batch gets the first free ` (n)` suffix because gallery originals cannot
|
||||
/// be renamed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue