Skip to content

Commit

Permalink
refactor: remove ReplyTo from contact as it's a common property for a…
Browse files Browse the repository at this point in the history
…ll ContactMessage.cs
  • Loading branch information
Dovchik committed Feb 7, 2025
1 parent fb6d0d7 commit 70662d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Sinch/Conversation/Messages/Message/ContactMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ public ContactMessage(MediaMessage mediaMessage)
MediaMessage = mediaMessage;
}

public ContactMessage(ReplyTo replyTo)
{
ReplyTo = replyTo;
}

public ContactMessage(TextMessage textMessage)
{
TextMessage = textMessage;
Expand Down

0 comments on commit 70662d9

Please sign in to comment.