I didnt notice that this limit would also apply to Lemmy and other software which has the title field. So gonna change it to be identical to db limit
This commit is contained in:
parent
3bfa8ab4ff
commit
3bb98fcc64
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ use lemmy_utils::{
|
|||
use std::ops::Deref;
|
||||
use url::Url;
|
||||
|
||||
const MAX_TITLE_LENGTH: usize = 100;
|
||||
const MAX_TITLE_LENGTH: usize = 200;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct ApubPost(pub(crate) Post);
|
||||
|
|
Loading…
Reference in a new issue