This commit is contained in:
2026-02-04 18:10:39 +08:00
parent 3e30f619b9
commit ff4edab820
4 changed files with 11 additions and 1 deletions

View File

@@ -59,6 +59,9 @@
if (!_content) {
_content = @"";
}
if (!_replyToUserName) {
_replyToUserName = @"";
}
}
- (instancetype)init {