Update externalID for the folder when changing its name

This commit is contained in:
Maurice Parker 2020-11-01 10:55:07 -06:00
parent e9f7cdb0c6
commit bf534d979c
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ final class ReaderAPIAccountDelegate: AccountDelegate {
switch result {
case .success:
DispatchQueue.main.async {
folder.externalID = "user/-/label/\(name)"
folder.name = name
completion(.success(()))
}