Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Dec 19, 2024
1 parent 037b8de commit d155744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmtp_mls/src/storage/encrypted_store/group_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ impl DbConnection {
group_id: &[u8],
args: &MsgQueryArgs,
) -> Result<Vec<StoredGroupMessage>, StorageError> {
// Get all messages that have a group with an id equal the provided id,
// or a dm_id equal to the dm_id that belongs to the loaded group with the provided id.
let mut query = dsl::group_messages
.filter(
dsl::group_id.eq_any(
Expand Down

0 comments on commit d155744

Please sign in to comment.