Pin msgid

This commit is contained in:
M66B
2021-04-14 07:48:44 +02:00
parent 5f363e1a58
commit 13f385a837
4 changed files with 7 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
thread.putExtra("thread", message.thread);
thread.putExtra("filter_archive", true);
thread.putExtra("pinned", true);
thread.putExtra("msgid", message.msgid);
startActivity(thread);
}