Don't download edit-history (#1138)

It was needed in the past when `editHistory` also persisted the history in CoreData. But as we don't use CoreData anymore...
This commit is contained in:
Nathan Mattes 2024-01-23 10:31:05 +01:00
parent 08a932ddfc
commit f9ae531b48
1 changed files with 0 additions and 7 deletions

View File

@ -50,13 +50,6 @@ extension APIService {
domain: domain,
authorization: authorization).singleOutput()
_ = try await Mastodon.API.Statuses.editHistory(
forStatusID: statusID,
session: session,
domain: domain,
authorization: authorization
).singleOutput()
return response
}
}