()
| 81 | } |
| 82 | |
| 83 | export function removeWorkingIndicator() { |
| 84 | if (S.workingEl && S.workingEl.parentNode) S.workingEl.remove(); |
| 85 | S.workingEl = null; |
| 86 | } |
| 87 | |
| 88 | export function initWaiting() { |
| 89 | $chat.addEventListener('scroll', () => { |
no outgoing calls
no test coverage detected