mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Changed message links (2)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user