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
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
*