-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Implement #693, fixed some suggestions from #883 (v2) #1447
Implement #693, fixed some suggestions from #883 (v2) #1447
Conversation
@@ -81,8 +81,6 @@ | |||
*/ | |||
- (NSUInteger)messageHash; | |||
|
|||
@optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops. this shouldn't have been removed.
my previous comment was for removing @optional
from JSQMessageMediaData.h
. however, let's actually leave JSQMessageMediaData.h
how you have it, since copying JSQVideoMediaItem
is not yet implemented
Thanks so much @pstasiak !
Don't worry about squashing for these updates! 😄 |
It was possible :) The only thing is that we are not providing any annotation title for now ( @jessesquires I will squash again when you are happy with my changes :) |
Is this something we can add to |
Ping @pstasiak 😄 😄 |
Oh, thanks for pinging @jessesquires ;)
I don't feel that adding custom field to |
Got it 👍
This is all community provided. Anything not there will default to |
thanks again @pstasiak ! 😄 |
#693
Squashed and changed destination branch version of #1443