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:
bosiraphael
2024-02-07 16:35:19 +01:00
committed by GitHub
parent a908353955
commit 3831ddc002
4 changed files with 67 additions and 4 deletions

View File

@ -6,6 +6,7 @@ export const timelineThreadFragment = gql`
fragment TimelineThreadFragment on TimelineThread {
id
read
visibility
firstParticipant {
...ParticipantFragment
}