We need to get viewerID in there, since we need it to populate targetID of UpdateRelationshipMessageData.
Depends on D13390
Differential D13391
[lib] Add viewerID to DMOperationSpec.notificationsCreationData ashoat on Sep 19 2024, 3:47 PM. Authored by Tags None Referenced Files
Subscribers None
Details We need to get viewerID in there, since we need it to populate targetID of UpdateRelationshipMessageData. Depends on D13390 For now, just Flow. I'll test this at a later point in the stack; for now, putting up diffs following the team's recent pattern to get feedback
Diff Detail
Event Timeline
Comment Actions LGTM but suggesting alternative approach: I am also thinking about adding viewerID to ProcessDMOperationUtilities, as it seems like the right place to put it and could simplify it, curious also for @tomek's perspective. Comment Actions
Yeah, I think it could make sense - we usually use 1 or 3 parameters, so having the viewerID in utils should simplify things a little. Comment Actions Makes sense, I had the same thought. I'll make that change in a separate diff, as I think it will affect a lot more files Going to land this now even though it hasn't been tested. This is in keeping with our strategy this month of "land quickly, test later" :) |