diff --git a/Mlem/Models/Content/Post Model.swift b/Mlem/Models/Content/Post Model.swift index fdbe9c21d..2d0470e92 100644 --- a/Mlem/Models/Content/Post Model.swift +++ b/Mlem/Models/Content/Post Model.swift @@ -172,6 +172,7 @@ class PostModel: ContentIdentifiable, ObservableObject { } func toggleSave(upvoteOnSave: Bool) async { + hapticManager.play(haptic: .success, priority: .high) let shouldSave: Bool = !saved // state fake