add auth flag to share attributes so we can make a costly determination to use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
This commit is contained in:
@@ -934,6 +934,7 @@ function feed_get_reshare(&$res,$item) {
|
||||
"' profile='" . $share['profile'] .
|
||||
"' avatar='" . $share['avatar'] .
|
||||
"' link='" . $share['alternate'] .
|
||||
"' auth='" . 'false' .
|
||||
"' posted='" . $share['created'] .
|
||||
"' message_id='" . $share['message_id'] . "']";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user