Update serde attrs for room::message::LimitType
This commit is contained in:
parent
51ad28081e
commit
f65615075e
@ -515,12 +515,12 @@ pub enum ServerNoticeType {
|
|||||||
|
|
||||||
/// Types of usage limits.
|
/// Types of usage limits.
|
||||||
#[derive(Clone, Copy, Debug, Deserialize, Serialize)]
|
#[derive(Clone, Copy, Debug, Deserialize, Serialize)]
|
||||||
|
#[serde(rename_all = "snake_case")]
|
||||||
pub enum LimitType {
|
pub enum LimitType {
|
||||||
/// The server's number of active users in the last 30 days has exceeded the maximum.
|
/// The server's number of active users in the last 30 days has exceeded the maximum.
|
||||||
///
|
///
|
||||||
/// New connections are being refused by the server. What defines "active" is left as an
|
/// New connections are being refused by the server. What defines "active" is left as an
|
||||||
/// implementation detail, however servers are encouraged to treat syncing users as "active".
|
/// implementation detail, however servers are encouraged to treat syncing users as "active".
|
||||||
#[serde(rename = "monthly_active_user")]
|
|
||||||
MonthlyActiveUser,
|
MonthlyActiveUser,
|
||||||
|
|
||||||
/// Additional variants may be added in the future and will not be considered breaking changes
|
/// Additional variants may be added in the future and will not be considered breaking changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user