| 1104 FbApiEventType type; |
1104 FbApiEventType type; |
| 1105 const gchar *expr; |
1105 const gchar *expr; |
| 1106 } evtypes[] = { |
1106 } evtypes[] = { |
| 1107 { |
1107 { |
| 1108 FB_API_EVENT_TYPE_THREAD_USER_ADDED, |
1108 FB_API_EVENT_TYPE_THREAD_USER_ADDED, |
| 1109 "$.log_message_data.added_participants" |
1109 "$.log_message_data.added_participants" |
| 1110 }, { |
1110 }, { |
| 1111 FB_API_EVENT_TYPE_THREAD_USER_REMOVED, |
1111 FB_API_EVENT_TYPE_THREAD_USER_REMOVED, |
| 1112 "$.log_message_data.removed_participants" |
1112 "$.log_message_data.removed_participants" |
| 1113 } |
1113 } |
| 1114 }; |
1114 }; |