Skip to content

Conversation

@Namxobick
Copy link
Member

No description provided.

@Namxobick Namxobick self-assigned this Nov 27, 2025
@Namxobick Namxobick requested a review from KriseevM November 27, 2025 15:37
@Namxobick Namxobick added the bug Something isn't working label Nov 27, 2025
@Namxobick Namxobick marked this pull request as draft November 27, 2025 16:43
@Namxobick
Copy link
Member Author

Наверное, лучше вместо generic использовать такое:

sealed class IntOrString {
  Object get value;
}

final class IntValue extends IntOrString {
  @override final int value;
  IntValue(this.value);
}

final class StringValue extends IntOrString {
  @override final String value;
  StringValue(this.value);
}

Namxobick and others added 4 commits November 28, 2025 12:36
commit 9501e1f
Author: Yurin Andrey <[email protected]>
Date:   Thu Nov 27 20:09:53 2025 +0300

    Получение сообщений по dialogId (#608)

commit 85bac61
Author: Yurin Andrey <[email protected]>
Date:   Thu Nov 27 19:46:28 2025 +0300

    Исправил htmlToPlainText (#606)
@Namxobick Namxobick marked this pull request as ready for review November 28, 2025 10:07
@KriseevM KriseevM merged commit 555aa6d into develop Nov 28, 2025
4 checks passed
@KriseevM KriseevM deleted the bugfix/dialog-id-consistency branch November 28, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants