@ -117,7 +117,7 @@ class _App:
def thread_func(args):
try:
if len(args) > 0:
func(args)
func(*args)
else:
func()
except Exception as e:
The note is not visible to the blocked user.