mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 05:21:00 +00:00
Restore missing logic for Media
This commit is contained in:
parent
03ba77a577
commit
f5906cacf3
1 changed files with 4 additions and 0 deletions
|
@ -245,6 +245,10 @@ impl Media {
|
|||
media.is_remote = false;
|
||||
updated = true;
|
||||
}
|
||||
if media.remote_url.is_some() {
|
||||
media.remote_url = None;
|
||||
updated = true;
|
||||
}
|
||||
if media.sensitive != sensitive {
|
||||
media.sensitive = sensitive;
|
||||
updated = true;
|
||||
|
|
Loading…
Reference in a new issue