Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mchenani committed Jan 6, 2025
1 parent 80542b7 commit 293b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_mls/src/storage/encrypted_store/conversation_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl DbConnection {
let query = query
.left_join(
consent_dsl::consent_records.on(sql::<diesel::sql_types::Text>(
&format!("lower(hex({}))", conversation_list_dsl::id.name()), // Dynamically insert the column name
&format!("lower(hex({}))", conversation_list_dsl::id.name()),
)
.eq(consent_dsl::entity)),
)
Expand Down

0 comments on commit 293b00a

Please sign in to comment.