mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:10:11 +00:00
Show if a post arrived via relay
This commit is contained in:
parent
b8f3c4b065
commit
c082109ff9
6 changed files with 23 additions and 8 deletions
|
@ -67,6 +67,7 @@ class Item
|
|||
const PT_COMMENT = 71;
|
||||
const PT_STORED = 72;
|
||||
const PT_GLOBAL = 73;
|
||||
const PT_RELAY = 74;
|
||||
const PT_PERSONAL_NOTE = 128;
|
||||
|
||||
// Field list that is used to display the items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue