Changed message links (2)

This commit is contained in:
M66B
2023-03-03 08:47:28 +01:00
parent 845ecce7e1
commit 261ac59178
7 changed files with 58 additions and 5 deletions

View File

@@ -269,7 +269,7 @@ public class EntityMessage implements Serializable {
}
String getLink() {
return "message://email.faircode.eu/link/#" + id;
return "https://link.fairemail.net/#" + id;
}
boolean isPlainOnly() {