threema-ch / threema-web

The Threema Web application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature level: Allow sending files to some members of a group

dbrgn opened this issue · comments

Bug Description

If just 1 member of a group doesn't support a feature, e.g. receiving files, then no files can be sent to that group from Threema Web.

In contrast, the apps allow sending files to all members that support the feature, and just show a warning.

Potential Solution

Simple variant: Just send message to all members that support the required feature. If not all members support the required feature, show a toast with a warning. If nobody supports the required feature, show an error and don't send the message.

Better variant: If not all members support the required feature, ask user whether to proceed or not.

Closing, see #1035.