mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
Turn some enum Param comments into doc-comments
This commit is contained in:
14
src/param.rs
14
src/param.rs
@@ -96,25 +96,25 @@ pub enum Param {
|
||||
/// For Jobs: space-separated list of message recipients
|
||||
Recipients = b'R',
|
||||
|
||||
// For Groups
|
||||
/// For Groups
|
||||
Unpromoted = b'U',
|
||||
|
||||
// For Groups and Contacts
|
||||
/// For Groups and Contacts
|
||||
ProfileImage = b'i',
|
||||
|
||||
// For Chats
|
||||
/// For Chats
|
||||
Selftalk = b'K',
|
||||
|
||||
// For Chats
|
||||
/// For Chats
|
||||
Devicetalk = b'D',
|
||||
|
||||
// For QR
|
||||
/// For QR
|
||||
Auth = b's',
|
||||
|
||||
// For QR
|
||||
/// For QR
|
||||
GroupId = b'x',
|
||||
|
||||
// For QR
|
||||
/// For QR
|
||||
GroupName = b'g',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user