Milestone 6.1 is closed!
What's new
The - (NSUInteger)hash
method is now required for the JSQMessageData
and JSQMessageMediaData
protocols. The library has always implemented this for the provided model objects, but you must implement this method if you use custom classes/subclasses for your model objects. This is due to the new caching mechanism introduced in v6.0. See #631 for more details. (Note: you get hash
from NSObject
, but you should implement it yourself based on your message data.)