Filter out hidden sessions in SessionRepository.
This commit is contained in:
parent
c7a6d5f938
commit
5fd6188db6
@ -43,6 +43,7 @@ public sealed class SessionRepository : ISessionRepository
|
|||||||
const string sql = """
|
const string sql = """
|
||||||
select id, name
|
select id, name
|
||||||
from session
|
from session
|
||||||
|
where hide = false
|
||||||
order by id;
|
order by id;
|
||||||
""";
|
""";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user