Per-user private messages in topics

Since we introduced the “animals database” in our goat farming community, people would like to add “private” messages (aka whispers) in their own topics and use it like personal notes.

Hence this proposal to add a “private whisper” or “private note” for users to post into topics. I love the universal “private note” name.

Anyone would like such a feature? How would you use it?

For notes, people can send PMs to themselves as of 1.6 beta.

3 Likes

Is this also possible to be planned or not really?

Improving whisper support is on our long term plan, but not slotted on to any particular release.

Maybe one day we will support whisper permission groups, but this is probably 2 years out to say the least.

3 Likes

Being able to specify which groups can see whispers would be lovely :smiley: :crossed_fingers:

It would be a terribly complicated change, even more complicated than last time I looked at this.

The problem is that we have lots of code that keeps “unread counts” on topics list right even if whispers are around. So there are a bunch of columns that track “what staff can see - count” vs what “non staff can see - count”.

At a minimum we would have to rename all that stuff but then there would be even more changes to permission model and so on. It is quite a huge change probably 2 weeks of work to get it working right with no performance impact beyond what we have today.

4 Likes