The nullable channel column groups every direct message from every peer into one conversation and
retains only a six-byte peer prefix as sender text. That is enough to avoid losing messages, which
is what it was for, and not enough to build a DM view on.
Reference: src/model/history.cpp:16 and src/model/history.cpp:190.
Tasks:
Blocks the direct-message view; depends on schema versioning being in place first.
Blocks #1; depends on #29.
The nullable
channelcolumn groups every direct message from every peer into one conversation andretains only a six-byte peer prefix as sender text. That is enough to avoid losing messages, which
is what it was for, and not enough to build a DM view on.
Reference:
src/model/history.cpp:16andsrc/model/history.cpp:190.Tasks:
channel.
Blocks the direct-message view; depends on schema versioning being in place first.
Blocks #1; depends on #29.