]> Untitled Git - lemmy.git/commit
Fix post titles being cut off (fixes #2718) (#2720)
authorNutomic <me@nutomic.com>
Fri, 10 Feb 2023 18:35:23 +0000 (03:35 +0900)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2023 18:35:23 +0000 (13:35 -0500)
commit3bb98fcc64fd804b6daa089d5dd59d9b4c3d6f0d
tree7876f6d681250f0d36363b1721a6a87002414679
parent3bfa8ab4fffbacad50a2d20937bc64206cd4d3d0
Fix post titles being cut off (fixes #2718) (#2720)

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
crates/apub/src/objects/post.rs