The virtuel fields for the diaspora signatures have to be removed at any time
This commit is contained in:
parent
735a5980bd
commit
1b18be6715
|
@ -1292,15 +1292,15 @@ class Item extends BaseObject
|
||||||
if (x($item, 'dsprsig')) {
|
if (x($item, 'dsprsig')) {
|
||||||
$encoded_signature = $item['dsprsig'];
|
$encoded_signature = $item['dsprsig'];
|
||||||
$dsprsig = json_decode(base64_decode($item['dsprsig']));
|
$dsprsig = json_decode(base64_decode($item['dsprsig']));
|
||||||
unset($item['dsprsig']);
|
|
||||||
}
|
}
|
||||||
|
unset($item['dsprsig']);
|
||||||
|
|
||||||
if (!empty($item['diaspora_signed_text'])) {
|
if (!empty($item['diaspora_signed_text'])) {
|
||||||
$diaspora_signed_text = $item['diaspora_signed_text'];
|
$diaspora_signed_text = $item['diaspora_signed_text'];
|
||||||
unset($item['diaspora_signed_text']);
|
|
||||||
} else {
|
} else {
|
||||||
$diaspora_signed_text = '';
|
$diaspora_signed_text = '';
|
||||||
}
|
}
|
||||||
|
unset($item['diaspora_signed_text']);
|
||||||
|
|
||||||
// Converting the plink
|
// Converting the plink
|
||||||
/// @TODO Check if this is really still needed
|
/// @TODO Check if this is really still needed
|
||||||
|
|
Loading…
Reference in a new issue