mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
api post default to default post permissions was broken
This commit is contained in:
parent
efeb377a12
commit
d100944fe6
3 changed files with 21 additions and 17 deletions
|
@ -107,12 +107,15 @@ function message_content(&$a) {
|
|||
);
|
||||
|
||||
// remove diaspora conversation pointer
|
||||
// Actually if we do this, we can never receive another reply to that conversation,
|
||||
// as we will never again have the info we need to re-create it.
|
||||
// We'll just have to orphan it.
|
||||
|
||||
if($convid) {
|
||||
q("delete from conv where id = %d limit 1",
|
||||
intval($convid)
|
||||
);
|
||||
}
|
||||
//if($convid) {
|
||||
// q("delete from conv where id = %d limit 1",
|
||||
// intval($convid)
|
||||
// );
|
||||
//}
|
||||
|
||||
if($r)
|
||||
info( t('Conversation removed.') . EOL );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue