mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
Store and display to/cc/bcc
This commit is contained in:
parent
bc5a1e5ace
commit
a491c5d916
5 changed files with 97 additions and 24 deletions
|
@ -57,6 +57,11 @@ class Item
|
|||
const PT_DOCUMENT = 19;
|
||||
const PT_EVENT = 32;
|
||||
const PT_TAG = 64;
|
||||
const PT_TO = 65;
|
||||
const PT_CC = 66;
|
||||
const PT_BTO = 67;
|
||||
const PT_BCC = 68;
|
||||
const PT_FOLLOWER = 69;
|
||||
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