mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:10:11 +00:00
Add itemsource module
This commit is contained in:
parent
eb714f0487
commit
d0681075bf
3 changed files with 72 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue