Skip to content

Commit a1c9c3f

Browse files
committed
[0.7.2] fix escape character in title
1 parent 2c4f87f commit a1c9c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/workers/title/title_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def run(self, /) -> None:
3737
self.logger.info(f"updateV2 Result: {response}")
3838
if response["code"] != 0:
3939
raise TitleUpdateError(response["message"])
40+
self.title = response["data"]["audit_info"]["audit_title"]
4041
app_state.room_info["title"] = self.title
4142
if self.title in app_state.room_info["recent_title"]:
4243
app_state.room_info["recent_title"].remove(self.title)

0 commit comments

Comments
 (0)