kylej1994 / graffiti

2 stars 0 forks source link

Incorrect json encoding of Post #156

Closed hjylewis closed 7 years ago

hjylewis commented 7 years ago

You can't encode the poster object as a string and then embed it in the Post object

This double-encodes the poster object.

https://github.com/kylej1994/graffiti/blob/dev/server/graffiti/post.py#L94

ronovan commented 7 years ago

I really thought I had fixed this...it is probably in one of my "missing commits"