feat: optimize filtering for DMs
This commit is contained in:
parent
bf670c3545
commit
69dcbcb002
7 changed files with 79 additions and 19 deletions
|
|
@ -282,7 +282,8 @@ class PartialOrder(BaseModel):
|
|||
id: str
|
||||
event_id: Optional[str]
|
||||
event_created_at: Optional[int]
|
||||
pubkey: str
|
||||
public_key: str
|
||||
merchant_public_key: str
|
||||
items: List[OrderItem]
|
||||
contact: Optional[OrderContact]
|
||||
address: Optional[str]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue