1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-10 16:36:46 +09:00

Comment out more uses of ticket team collection

This commit is contained in:
fr33domlover 2020-05-14 08:58:37 +00:00
parent a5348245f6
commit 003adcbf7b

View file

@ -216,13 +216,13 @@ createNoteC (Entity pidUser personUser) sharerUser summary audience note = runEx
case nc of
NoteContextSharerTicket shr talid ->
let talkhid = hashTAL talid
in [ LocalPersonCollectionSharerTicketTeam shr talkhid
, LocalPersonCollectionSharerTicketFollowers shr talkhid
in [ -- LocalPersonCollectionSharerTicketTeam shr talkhid
LocalPersonCollectionSharerTicketFollowers shr talkhid
]
NoteContextProjectTicket shr prj ltid ->
let ltkhid = hashLT ltid
in [ LocalPersonCollectionProjectTicketTeam shr prj ltkhid
, LocalPersonCollectionProjectTicketFollowers shr prj ltkhid
in [ -- LocalPersonCollectionProjectTicketTeam shr prj ltkhid
LocalPersonCollectionProjectTicketFollowers shr prj ltkhid
]
Right _ -> []
commenter = [LocalPersonCollectionSharerFollowers shrUser]