Talk-android: Smart notifications

Created on 2 Aug 2018  路  6Comments  路  Source: nextcloud/talk-android

Most helpful comment

@Ivansss @nickvergessen this is basically:

  • first notification in a conversation: show
  • following notifications if first one is not dismissed: on second one, show "You have more new messages" or so. Ignore third and following notification in the conversation until dismissed.

All 6 comments

@Ivansss @nickvergessen this is basically:

  • first notification in a conversation: show
  • following notifications if first one is not dismissed: on second one, show "You have more new messages" or so. Ignore third and following notification in the conversation until dismissed.

Will be configurable and disabled by default for one-to-one conversations. (which is the only type where this makes sense until group/public calls get notifications on every message)

I would always do this, without configuration

We can do that too :)

With webpush api / browser it's possible to group notifications together. So with 2+ notifications just one is shown. Not possible with the app?

Will group and show messages that way instead.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ezaquarii picture ezaquarii  路  7Comments

nathan-sain picture nathan-sain  路  6Comments

ddi98 picture ddi98  路  6Comments

tobiasKaminsky picture tobiasKaminsky  路  3Comments

nickvergessen picture nickvergessen  路  4Comments