Browse Source

Increase the title limit to detect Briefs correctly

pull/1431/head
Timothée Jaussoin 8 months ago
parent
commit
3a0df28945
  1. 2
      app/Post.php

2
app/Post.php

@ -30,7 +30,7 @@ class Post extends Model
];
public $withCount = ['userViews'];
private $titleLimit = 200;
private $titleLimit = 700;
private $changed = false; // Detect if the set post was different from the cache
public $attachments = [];

Loading…
Cancel
Save