refactor(appservice)!: Make USER_MEMBER const private"
This commit is contained in:
committed by
Damir Jelić
parent
4b6a28da0d
commit
6d87dd8011
@@ -122,7 +122,7 @@ pub use virtual_user::VirtualUserBuilder;
|
||||
pub type Result<T, E = Error> = std::result::Result<T, E>;
|
||||
|
||||
const USER_KEY: &[u8] = b"appservice.users.";
|
||||
pub const USER_MEMBER: &[u8] = b"appservice.users.membership.";
|
||||
const USER_MEMBER: &[u8] = b"appservice.users.membership.";
|
||||
|
||||
type Localpart = String;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user