Skip to content

Commit

Permalink
introduce isSelfDM prop
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Mar 21, 2024
1 parent 913fedc commit f93c3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/onyx/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type Participant = {
phoneNumber?: string;
text?: string;
isSelected?: boolean;
isSelfDM?: boolean;
};

type Split = {
Expand Down

0 comments on commit f93c3d6

Please sign in to comment.