# HG changeset patch # User dclinton@b35c0ba3-1128-0410-9219-0b39014e361d # Date 1249453992 0 # Branch dclinton # Node ID 77a955c5c3887f0d88b9349b454d3f06d1c3fa0a # Parent ad8837d19355b6b5b2c42f84c3d1e1426083a571 Add the missing in_reply_to_screen_name field to the Status protobuf diff -r ad8837d19355b6b5b2c42f84c3d1e1426083a571 -r 77a955c5c3887f0d88b9349b454d3f06d1c3fa0a twitter.proto --- a/twitter.proto Tue Aug 04 18:50:00 2009 +0000 +++ b/twitter.proto Wed Aug 05 06:33:12 2009 +0000 @@ -74,6 +74,8 @@ optional uint64 in_reply_to_status_id = 6; // unique id for the user that wrote the status a status replies to (see id) optional uint64 in_reply_to_user_id = 7; + // display name for the user that wrote the status a status replies to (see screen_name) + optional string in_reply_to_screen_name = 10; // boolean indicating if a status has been marked as a favorite optional bool favorited = 8; optional User user = 9; diff -r ad8837d19355b6b5b2c42f84c3d1e1426083a571 -r 77a955c5c3887f0d88b9349b454d3f06d1c3fa0a twitter_pb2.py --- a/twitter_pb2.py Tue Aug 04 18:50:00 2009 +0000 +++ b/twitter_pb2.py Wed Aug 05 06:33:12 2009 +0000 @@ -318,14 +318,21 @@ is_extension=False, extension_scope=None, options=None), descriptor.FieldDescriptor( - name='favorited', full_name='twitter.Status.favorited', index=7, + name='in_reply_to_screen_name', full_name='twitter.Status.in_reply_to_screen_name', index=7, + number=10, type=9, cpp_type=9, label=1, + default_value=unicode("", "utf-8"), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + descriptor.FieldDescriptor( + name='favorited', full_name='twitter.Status.favorited', index=8, number=8, type=8, cpp_type=7, label=1, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), descriptor.FieldDescriptor( - name='user', full_name='twitter.Status.user', index=8, + name='user', full_name='twitter.Status.user', index=9, number=9, type=11, cpp_type=10, label=1, default_value=None, message_type=None, enum_type=None, containing_type=None,