Skip to content

Commit

Permalink
Add Eq/PartialEq to ServiceIdType
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jan 5, 2024
1 parent 5e6b40c commit 27014aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsignal-service/src/push_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub const STICKER_PATH: &str = "stickers/%s/full/%d";
pub const KEEPALIVE_TIMEOUT_SECONDS: Duration = Duration::from_secs(55);
pub const DEFAULT_DEVICE_ID: u32 = 1;

#[derive(Debug, Clone, Copy)]
#[derive(Debug, Clone, Copy, Eq, PartialEq)]
pub enum ServiceIdType {
/// Account Identity (ACI)
///
Expand Down

0 comments on commit 27014aa

Please sign in to comment.