From 0e5b812eaedbf72e76bb041ac7a1fbff769b3f25 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 8 Feb 2021 19:47:23 +0100 Subject: Try reloading active tab after reloading all extensions Trying to set up the reload on the active tab after all extensions are reloaded. It's only working half the time and I can't figure out what I'm doing wrong. Something wrong with the wait group I think. Committing what I have and might try other ideas. --- l/src/call-id.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'l/src/call-id.lisp') diff --git a/l/src/call-id.lisp b/l/src/call-id.lisp index bf0bcec..40bcadc 100644 --- a/l/src/call-id.lisp +++ b/l/src/call-id.lisp @@ -3,6 +3,7 @@ (defclass call-id () ((id :initform 0 + :reader id :documentation "Current call ID."))) (defgeneric next-call-id (call-id) -- cgit v1.2.3