|
|
|
|
76
|
{
|
76
|
{
|
77
|
"num_changes": link.num_changes,
|
77
|
"num_changes": link.num_changes,
|
78
|
"new_people": [member.person.full_name for member in link.remote_only],
|
78
|
"new_people": [member.person.full_name for member in link.remote_only],
|
79
|
- "link_existing": [match.local.name for match in link.matches],
|
|
|
80
|
- "altered_name": [match.local.name for match in link.matches],
|
|
|
|
|
79
|
+ "link_existing": [match.local.full_name for match in link.matches],
|
|
|
80
|
+ "altered_name": [match.local.full_name for match in link.altered_name],
|
81
|
},
|
81
|
},
|
82
|
200,
|
82
|
200,
|
83
|
)
|
83
|
)
|