Save chat immediately in hide
| @@ -163,7 +163,7 @@ export async function hideChatMessageRange(start, end, unhide, nameFitler = null | |||
| 163 | hideSwipeButtons(); | 163 | hideSwipeButtons(); |
| 164 | showSwipeButtons(); | 164 | showSwipeButtons(); |
| 165 | 165 | ||
| 166 | saveChatDebounced(); | 166 | await saveChatConditional(); |
| 167 | } | 167 | } |
| 168 | 168 | ||
| 169 | /** | 169 | /** |