aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.h
blob: 632d8ffca0e6c89b4d5bc445ed7c14114ede95ee (plain)
1
2
3
4
5
6
7
8
9
#pragma once

struct ViewStatusTypes {
    bool includePublic = true;
    bool includeUnlisted = true;
    bool includePrivate = true;
    bool includeDirect = true;
    bool onlyWithAttachment = false;
};