mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-28 07:49:50 +00:00
core: add optional profile description (#7256)
* core: add optional profile description * bot types * kotlin ui * query plans * postgres schema * fix ui * fix UI * refactor * description in business chats * share address * sign address card when shared by owner * from owner string * remove unused string * refactor * fix * ProfileDescriptionText * refactor modals * ios ui * nix config * correction Co-authored-by: simplex-chat-agent[bot] <287173099+simplex-chat-agent[bot]@users.noreply.github.com> --------- Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com> Co-authored-by: simplex-chat-agent[bot] <287173099+simplex-chat-agent[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
simplex-chat-agent[bot] <287173099+simplex-chat-agent[bot]@users.noreply.github.com>
parent
0fef34914d
commit
6375457685
@@ -2107,6 +2107,7 @@ class LocalProfile(TypedDict):
|
||||
displayName: str
|
||||
fullName: str
|
||||
shortDescr: NotRequired[str]
|
||||
description: NotRequired[str]
|
||||
image: NotRequired[str]
|
||||
contactLink: NotRequired[str]
|
||||
preferences: NotRequired["Preferences"]
|
||||
@@ -2388,6 +2389,7 @@ class Profile(TypedDict):
|
||||
displayName: str
|
||||
fullName: str
|
||||
shortDescr: NotRequired[str]
|
||||
description: NotRequired[str]
|
||||
image: NotRequired[str]
|
||||
contactLink: NotRequired[str]
|
||||
preferences: NotRequired["Preferences"]
|
||||
|
||||
Reference in New Issue
Block a user