Merge pull request #5963 from MrPetovan/bug/5956-catch-more-diaspora-magic-links

Diaspora: Widen the magic link regular expression
This commit is contained in:
Michael Vogel 2018-10-19 05:30:52 +02:00 committed by GitHub
commit 45156652cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 74 additions and 2 deletions

View file

@ -26,6 +26,11 @@ class Conversation
const PARCEL_TWITTER = 67;
const PARCEL_UNKNOWN = 255;
public static function getByItemUri($item_uri)
{
return DBA::selectFirst('conversation', [], ['item-uri' => $item_uri]);
}
/**
* @brief Store the conversation data
*