events: Remove ruma-common reexports
This commit is contained in:
parent
7b742f1b4c
commit
750fe3f1f6
@ -5,6 +5,8 @@ Breaking changes:
|
|||||||
* Rename `key::verification::AcceptMethod::{MSasV1 => SasV1}`
|
* Rename `key::verification::AcceptMethod::{MSasV1 => SasV1}`
|
||||||
* As above, drop `M` prefix from `key::verification::VerificationMethod` variants
|
* As above, drop `M` prefix from `key::verification::VerificationMethod` variants
|
||||||
* Additionally, fix the name of the QR code one (`QrScanShowV1` to `QrCodeScanV1`)
|
* Additionally, fix the name of the QR code one (`QrScanShowV1` to `QrCodeScanV1`)
|
||||||
|
* Remove `room::power_level::NotificationPowerLevels`, now found in `ruma_common::power_levels`
|
||||||
|
(or `ruma::power_levels`)
|
||||||
|
|
||||||
# 0.22.2
|
# 0.22.2
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ use serde::{Deserialize, Serialize};
|
|||||||
|
|
||||||
use crate::{EventType, StateEvent};
|
use crate::{EventType, StateEvent};
|
||||||
|
|
||||||
pub use ruma_common::power_levels::NotificationPowerLevels;
|
use ruma_common::power_levels::NotificationPowerLevels;
|
||||||
|
|
||||||
/// Defines the power levels (privileges) of users in the room.
|
/// Defines the power levels (privileges) of users in the room.
|
||||||
pub type PowerLevelsEvent = StateEvent<PowerLevelsEventContent>;
|
pub type PowerLevelsEvent = StateEvent<PowerLevelsEventContent>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user