fields: include references in sexp

We need them for setting up replies. This requires a db update.
This commit is contained in:
Dirk-Jan C. Binnema 2022-05-27 21:05:15 +03:00
parent a1f0c5e9eb
commit 0adf91f821
1 changed files with 2 additions and 1 deletions

View File

@ -381,7 +381,8 @@ static constexpr std::array<Field, Field::id_size()>
"References to related messages", "References to related messages",
{}, {},
'r', 'r',
Field::Flag::Value Field::Flag::Value |
Field::Flag::IncludeInSexp
}, },
{ {
Field::Id::Size, Field::Id::Size,