Skip to content

Commit

Permalink
Merge pull request #250 from Schmiddiii/publish-link-error
Browse files Browse the repository at this point in the history
Publish LinkError
  • Loading branch information
rubdos authored Oct 6, 2023
2 parents 454d234 + 76705ea commit 08dfb4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libsignal-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ pub mod utils;
pub mod websocket;

pub use crate::account_manager::{
decrypt_device_name, AccountManager, Profile, ProfileManagerError,
decrypt_device_name, AccountManager, LinkError, Profile,
ProfileManagerError,
};
pub use crate::service_address::*;

Expand Down

0 comments on commit 08dfb4f

Please sign in to comment.