Skip to content

Commit 3ebc174

Browse files
progvalspb
authored andcommitted
Increase nick length from 15 to 16
For consistency with Solanum
1 parent 70e61b4 commit 3ebc174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sable_network/src/validated.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ impl AwayReason {
140140

141141
impl Nickname {
142142
/// Maximum length, in bytes
143-
pub const LENGTH: usize = 15;
143+
pub const LENGTH: usize = 16;
144144

145145
/// Create a new Nickname, bypassing normal validation. This is only for internal use, and only when created
146146
/// nicknames for collided users

0 commit comments

Comments
 (0)