another correction of spaces
This commit is contained in:
parent
0581cbcfc8
commit
0e8a9f93d7
1 changed files with 10 additions and 10 deletions
|
@ -2373,7 +2373,7 @@
|
||||||
//builtin_activity_puller($i, $activities);
|
//builtin_activity_puller($i, $activities);
|
||||||
|
|
||||||
// get user data and add it to the array of the activity
|
// get user data and add it to the array of the activity
|
||||||
$user = api_get_user($a, $i['author-link']);
|
$user = api_get_user($a, $i['author-link']);
|
||||||
switch($i['verb']) {
|
switch($i['verb']) {
|
||||||
case ACTIVITY_LIKE:
|
case ACTIVITY_LIKE:
|
||||||
$activities['like'][] = $user;
|
$activities['like'][] = $user;
|
||||||
|
@ -4001,15 +4001,15 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
To.Do:
|
To.Do:
|
||||||
[pagename] => api/1.1/statuses/lookup.json
|
[pagename] => api/1.1/statuses/lookup.json
|
||||||
[id] => 605138389168451584
|
[id] => 605138389168451584
|
||||||
[include_cards] => true
|
[include_cards] => true
|
||||||
[cards_platform] => Android-12
|
[cards_platform] => Android-12
|
||||||
[include_entities] => true
|
[include_entities] => true
|
||||||
[include_my_retweet] => 1
|
[include_my_retweet] => 1
|
||||||
[include_rts] => 1
|
[include_rts] => 1
|
||||||
[include_reply_count] => true
|
[include_reply_count] => true
|
||||||
[include_descendent_reply_count] => true
|
[include_descendent_reply_count] => true
|
||||||
(?)
|
(?)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue