mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
tweak SendRelayedMessageUtil
This commit is contained in:
@@ -49,9 +49,9 @@ public class SendRelayedMessageUtil {
|
||||
|
||||
Util.runOnAnyBackgroundThread(() -> {
|
||||
DcContext dcContext = DcHelper.getContext(activity);
|
||||
if (forwardedMsgAccId != dcContext.getAccountId()) {
|
||||
int accId = dcContext.getAccountId();
|
||||
if (forwardedMsgAccId != accId) {
|
||||
Rpc rpc = DcHelper.getRpc(activity);
|
||||
int accId = dcContext.getAccountId();
|
||||
List<Integer> list = Util.toList(forwardedMessageIDs);
|
||||
for (long longChatId : chatIds) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user