Skip to content

Commit

Permalink
get tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Feb 15, 2025
1 parent b3f316d commit 62c8c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_api/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use xmtp_proto::ApiError;
// the max page size for queries
const MAX_PAGE_SIZE: u32 = 100;

/// A filter for querying group messages
/// A filter for querying group messages.
#[derive(Clone)]
pub struct GroupFilter {
pub group_id: Vec<u8>,
Expand Down

0 comments on commit 62c8c10

Please sign in to comment.