Skip to content

post_builder: Don't assume instance can be deserialized

Christopher Davis requested to merge wip/cdavis/fix-post-builder into master

Ran into the fact that some instances have users with negative followers. Since that's not supposed to happen that user would fail to deserialize properly.

Re-arranges how the post builder gets it's char count.

Merge request reports