Defect #289
tweet.getOriginal() returns an Object type instead of String
Start date:
04/30/2011
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
Topic says it all. For me to use the RegExp on this I need to cast it to a string.
History
Updated by Patrick Talbot about 14 years ago
- Status changed from New to In Progress
Well, it returns the original Tweet as a Tweet object which is much more interesting I think, so you can use getText(), getId(), getUser() etc... on that Tweet returned.
Updated by Robert Ivens about 14 years ago
- Status changed from In Progress to Closed
Ah! I didn't see that. Perfect! Just leave it as it is then.