From fede0feb5b6c14d41e794207a2c19e45cb99035e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 27 Nov 2020 18:52:21 +0000 Subject: [PATCH] people: Show ongoing calls of the correct account Signed-off-by: Michael Tremer --- src/templates/people/calls.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/people/calls.html b/src/templates/people/calls.html index d26a6655..bb92d927 100644 --- a/src/templates/people/calls.html +++ b/src/templates/people/calls.html @@ -15,7 +15,7 @@
- {% module Channels(current_user) %} + {% module Channels(account) %}