3803 use email visibility to display only the shared information backend (#3871)
* update dto * wip * compute thread visibility * fix bugs * fix bug * improve typing * working * update according to comments * use string
This commit is contained in:
@ -6,6 +6,7 @@ export const timelineThreadFragment = gql`
|
||||
fragment TimelineThreadFragment on TimelineThread {
|
||||
id
|
||||
read
|
||||
visibility
|
||||
firstParticipant {
|
||||
...ParticipantFragment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user