skip multipart/alternative
This commit is contained in:
parent
41a9b6e73f
commit
c9f08ced7e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def parse(data, pnut, mstdn):
|
|||
logger.debug(disposition)
|
||||
logger.debug(contentType)
|
||||
|
||||
if contentType == "multipart/mixed":
|
||||
if contentType in ["multipart/mixed", "multipart/alternative"]:
|
||||
continue
|
||||
|
||||
if disposition == "inline":
|
||||
|
|
Loading…
Reference in a new issue