Skip to content

Commit

Permalink
#369 and #370 Clear Chat Room History
Browse files Browse the repository at this point in the history
Add roomID to javadoc for ArchivedMessage constructor.
  • Loading branch information
“Huy committed Dec 6, 2024
1 parent e835846 commit 626b152
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public class ArchivedMessage {
/**
* Creates a new archived message.
*
* @param roomID the ID of the room where the group conversation is taking place.
* @param conversationID the ID of the conversation that the message is associated with.
* @param fromJID the JID of the user that sent the message.
* @param toJID the JID of the user that the message was sent to.
Expand Down

0 comments on commit 626b152

Please sign in to comment.