()
| 105 | } |
| 106 | }, |
| 107 | endImmediate() { |
| 108 | // A terminal snapshot already published zero. |
| 109 | }, |
| 110 | startOrUpdate() { |
| 111 | // The publish operation owns every badge write. |
| 112 | }, |
| 113 | }; |
| 114 | |
| 115 | export function setActiveChatLocation( |
| 116 | location: { sandboxId: string; conversationId: string } | null |
| 117 | ) { |
| 118 | activeChatLocation = location; |
| 119 | } |
| 120 |
no test coverage detected