Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Read receipts allow users to know if other people on a DM and/or a GM have seen their message or not.

Currently this is restricted only to DMs and GMs.

Message States

States

Description

Behaviour

Posted but not sent

If there is a connection issue, we still allow the user to send the message, but it is not sent to the server, so we display a clock icon.

Add a sending text instead of the timestamp, and a clock icon

Sent, but not delivered to the recepient

This highlights when a message is sent from our end to the server, but not delivered to the recipient maybe because they’re offline.

A single gray checkmark besides the timestmap

Sent and delivered to the recepient

This highlights when a message is sent from our end to the server, and also delivered on the receiver’s client.

A double gray checkmark besides the timestamp.

Read by the recepient

The message has been read by the recepient

Blue Double checkmark besides the timestamp.

Posted but not sent

This is an improvement over the current failed state and should be implemented even if we do not implement read receipts.

If there is a connection issue, we still allow the user to send the message, but it is not sent to the server, so we display a clock icon.

As soon as the server connects, we sent the message without any user action.

Since the message will be posted when you connect, we change the timestamp to sending.

The updated timestamp will be the one when the message is actually posted.

Timeout

This state will have a timeout, and will go to the failed state if the connection is not restored by 30 minutes.

Desktop Screenshot

image-20240426-132030.png

Mobile Screenshot

image-20240426-131433.png

Sent, but not delivered to the user

This highlights when a message is sent from our end to the server, but not delivered to the recipients

This is to know if the user is offline, or unavailable. Helps us to take any other action to see why the user is unavailable on his account.

Desktop screenshot

image-20240426-132038.png

Mobile screenshot

image-20240426-131656.png

Sent and delivered to the user

This highlights when a message is sent and delivered to the user but has not been read.

This state can be skipped if its hard to identify this. And we can just have a single sent state, with a single gray checkmark.

Desktop screenshot

image-20240426-132046.png

Mobile screenshot

image-20240426-132121.png

Seen

This highlights when a message is seen by the other user.

If the message is seen by the user, we will show a blue double checkmark on the message.

Desktop screenshots

image-20240426-132753.png

Additionally if you click on it, we will show a tooltip to show you the time when it was seen.

image-20240426-132835.png

This is how it will appear for GMs on click.

It will show you when the people saw the message, along the delivered time if we can do it.

image-20240426-132913.png

Mobile

image-20240426-134509.png

The tab area is also larger on mobile. If you press on the checkmark or the blue icon, you get the message action drawer from below.

image-20240426-134602.pngimage-20240426-133053.pngimage-20240426-133016.png

Users also have the ability to turn of read receipts for themselves, so if that’s off, we will show the message that:
”Some users have read receipts disabled” and hide those users from the GM.

Failed State

This is an improvement over the current failed state and should be implemented even if we do not implement read receipts.

This is how the failed state appears after 30m of the message failing.

Desktop

Two prominent buttons on the right retry or delete.

image-20240426-134920.png

Mobile

Alert icon on the top right. Clicking anywhere on the post opens up a message actions popover allowing to resend the message.

image-20240426-134942.pngimage-20240426-135021.png

Read receipts hidden

Users have the ability to hide read receipts, so if that’s the case, the checkmark will never turn to a blue double checkmark for both DMs and GMs. And we will let the user know that some people have disabled read receipts for GMs.

For a DMs if the read receipts are disabled by the user. I’m proposing we disable all checkmark states and have it work like before.

If they are disabled by the admin, the checkmarks will be hidden globally and most of this functionality will go away.

Desktop

image-20240426-134742.png

Mobile

image-20240426-134635.png

System console settings

Admins have the ability to enable or disable this feature at the system level with these features, similar to global threads:

  1. Enabled (Default on)

  2. Enabled (Default off)

  3. Disabled

Disabled would be the default option when we roll this feature out.

This option can be present on the Users and Teams page, or the Posts page (TBD).

image-20240426-135527.png

User level configuration

Users on their end also have the option to enable or disable the read receipts.

This section would not show if the setting is turned off at the system console level.

image-20240426-140051.png

  • No labels