Commit 628de1f
committed
fix: Ensure deleted sessions persist as deleted
We hijacked the delete session effect that already existed, but it returned early if health connect was not enabled.
This change ensures that when a session is deleted, it always deletes it from the db.
fixes: #8721 parent e67036d commit 628de1f
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
211 | 218 | | |
212 | 219 | | |
213 | 220 | | |
214 | 221 | | |
215 | | - | |
| 222 | + | |
216 | 223 | | |
217 | 224 | | |
218 | 225 | | |
| |||
226 | 233 | | |
227 | 234 | | |
228 | 235 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
0 commit comments