mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
Revert "fix cut message bug"
This reverts commit ce866395231eb080816fc5dc485de0cd14eba3ee.
This commit is contained in:
parent
ce86639523
commit
21186aa030
@ -141,7 +141,7 @@ class Post:
|
||||
msgs.extend(self.extra_msg)
|
||||
self._message = msgs
|
||||
assert len(self._message) > 0, f"message list empty, {self}"
|
||||
return self._message.copy()
|
||||
return self._message
|
||||
|
||||
def __str__(self):
|
||||
return "type: {}\nfrom: {}\ntext: {}\nurl: {}\npic: {}".format(
|
||||
|
Loading…
x
Reference in New Issue
Block a user