marrus-sh / laboratory

An API framework for interfacing with Mastodon servers
MIT License
3 stars 0 forks source link

Don't assume responses have a compare function #41

Closed marrus-sh closed 7 years ago

marrus-sh commented 7 years ago

Right now the requests for Post and whatnot kinda assume that any Post etc will have a compare function, but someone could hypothetically overwrite this value (why? don't ask me) with a non-function and then the code would break. Sad day.

marrus-sh commented 7 years ago

lmao this is a duplicate of #47 (#47 is a duplicate of this?), closing