1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-03 02:37:37 +01:00

Add TODO note

This commit is contained in:
shannon 2024-12-13 13:41:41 -05:00
parent 613b7feee8
commit 5ccf30c39e

View File

@ -53,10 +53,10 @@ public final class PublisherService {
switch result {
case .success:
break
// TODO:
// update store review count trigger
// TODO: update store review count trigger
// UserDefaults.shared.storeReviewInteractTriggerCount += 1
case .failure:
// TODO: do not prompt for AppStore review until at least one successful publish has happened after this (IOS-35)
break
}
}