Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: make eslint work & hide bot label

+123 -34
+2 -2
package.json
··· 88 88 "dependencies": { 89 89 "@assembless/react-native-material-you": "1.0.0-beta.4", 90 90 "@atproto/api": "^0.19.11", 91 - "@atproto/syntax": "0.5.2", 92 91 "@atproto/oauth-client-browser": "^0.3.41", 93 92 "@atproto/oauth-client-expo": "^0.0.10", 93 + "@atproto/syntax": "0.5.2", 94 94 "@bitdrift/react-native": "^0.6.14", 95 95 "@braintree/sanitize-url": "^6.0.4", 96 96 "@bsky.app/alf": "^0.1.8", ··· 322 322 "swc-loader": "^0.2.7", 323 323 "ts-plugin-sort-import-suggestions": "^1.0.4", 324 324 "typescript": "^6.0.3", 325 - "typescript-eslint": "^8.59.0", 325 + "typescript-eslint": "8.59.1-alpha.4", 326 326 "vite": "^8.0.10", 327 327 "vite-plugin-commonjs": "^0.10.4", 328 328 "webpack-bundle-analyzer": "^4.10.2"
+119 -31
pnpm-lock.yaml
··· 728 728 specifier: ^6.0.3 729 729 version: 6.0.3 730 730 typescript-eslint: 731 - specifier: ^8.59.0 732 - version: 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 731 + specifier: 8.59.1-alpha.4 732 + version: 8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 733 733 vite: 734 734 specifier: ^8.0.10 735 735 version: 8.0.10(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3) ··· 5451 5451 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5452 5452 typescript: '>=4.8.4 <6.1.0' 5453 5453 5454 - '@typescript-eslint/eslint-plugin@8.59.0': 5455 - resolution: {integrity: sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==} 5454 + '@typescript-eslint/eslint-plugin@8.59.1-alpha.4': 5455 + resolution: {integrity: sha512-byYju3Fr13gdhCUwbTZ1g9YjfUchbsVzaqTk2Gavxr/BBCvOaKBZVpVbsFgDKJeb4ThBdnOI1KxzC7a1qyeFYg==} 5456 5456 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5457 5457 peerDependencies: 5458 - '@typescript-eslint/parser': ^8.59.0 5458 + '@typescript-eslint/parser': ^8.59.1-alpha.4 5459 5459 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5460 5460 typescript: '>=4.8.4 <6.1.0' 5461 5461 ··· 5466 5466 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5467 5467 typescript: '>=4.8.4 <6.1.0' 5468 5468 5469 - '@typescript-eslint/parser@8.59.0': 5470 - resolution: {integrity: sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==} 5469 + '@typescript-eslint/parser@8.59.1-alpha.4': 5470 + resolution: {integrity: sha512-cEEoLwnYJgE6OpdUwpfuhFB01ILgmtEFV1CrenCGUh1v4DKAFQMAVPuLW1bw4qASgNbBaWdSdnY/VxQOtqrzqw==} 5471 5471 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5472 5472 peerDependencies: 5473 5473 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 ··· 5485 5485 peerDependencies: 5486 5486 typescript: '>=4.8.4 <6.1.0' 5487 5487 5488 + '@typescript-eslint/project-service@8.59.1-alpha.4': 5489 + resolution: {integrity: sha512-DfTAosFACbTSPULivcGRG4DQhnAMY1Vk4rZyDG1vTrQux3SKyDks15K+TQGYcOAlV8+Nr3LwfXZNQDOJBKG9vQ==} 5490 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5491 + peerDependencies: 5492 + typescript: '>=4.8.4 <6.1.0' 5493 + 5488 5494 '@typescript-eslint/scope-manager@8.58.2': 5489 5495 resolution: {integrity: sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==} 5490 5496 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 5493 5499 resolution: {integrity: sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==} 5494 5500 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5495 5501 5502 + '@typescript-eslint/scope-manager@8.59.1-alpha.4': 5503 + resolution: {integrity: sha512-zBiIicCDrT8PMoBbjP07F3ISeaa13pEJf3TnN8Fskyg4jZpr/kBxYNntqFZTWURnMf+8P5dmSKFZpq1LF+oKoA==} 5504 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5505 + 5496 5506 '@typescript-eslint/tsconfig-utils@8.58.2': 5497 5507 resolution: {integrity: sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==} 5498 5508 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 5501 5511 5502 5512 '@typescript-eslint/tsconfig-utils@8.59.0': 5503 5513 resolution: {integrity: sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==} 5514 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5515 + peerDependencies: 5516 + typescript: '>=4.8.4 <6.1.0' 5517 + 5518 + '@typescript-eslint/tsconfig-utils@8.59.1-alpha.4': 5519 + resolution: {integrity: sha512-8bxbleDpFwToG6K55YEiaYKGS0wxzyMrW88bjVtsrnRVTyuvsqgifsMPPm8jJ7o0wH38hg5FP/EsLmkiVVxJUQ==} 5504 5520 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5505 5521 peerDependencies: 5506 5522 typescript: '>=4.8.4 <6.1.0' ··· 5512 5528 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5513 5529 typescript: '>=4.8.4 <6.1.0' 5514 5530 5515 - '@typescript-eslint/type-utils@8.59.0': 5516 - resolution: {integrity: sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==} 5531 + '@typescript-eslint/type-utils@8.59.1-alpha.4': 5532 + resolution: {integrity: sha512-4h6m2Gt4soxwzHqC5+yzrLEszSOl8zNp9jYCzvbZEtmGLUfjH5gcZDgaxPUoXYszzWExI6pwj9EMwYx3bQqTnQ==} 5517 5533 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5518 5534 peerDependencies: 5519 5535 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 ··· 5525 5541 5526 5542 '@typescript-eslint/types@8.59.0': 5527 5543 resolution: {integrity: sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==} 5544 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5545 + 5546 + '@typescript-eslint/types@8.59.1-alpha.4': 5547 + resolution: {integrity: sha512-HjcF6fd/V3K3kiOX5tpHBPdqbT32sLL2QyHJk0efVz+uHIkSrUYn0pCHt0TYanR0wf5EPDzBvQpAz6XDUbU52Q==} 5528 5548 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5529 5549 5530 5550 '@typescript-eslint/typescript-estree@8.58.2': ··· 5539 5559 peerDependencies: 5540 5560 typescript: '>=4.8.4 <6.1.0' 5541 5561 5562 + '@typescript-eslint/typescript-estree@8.59.1-alpha.4': 5563 + resolution: {integrity: sha512-Eqe5rYOIESTtFvBKIkiSaJmVX9kIYC9W9XcNTYOMcpw5TMUHpUcw+Lioy3nn8UBiE4ooWCQgYo+YLbn++arFaw==} 5564 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5565 + peerDependencies: 5566 + typescript: '>=4.8.4 <6.1.0' 5567 + 5542 5568 '@typescript-eslint/utils@8.58.2': 5543 5569 resolution: {integrity: sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==} 5544 5570 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 5553 5579 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5554 5580 typescript: '>=4.8.4 <6.1.0' 5555 5581 5582 + '@typescript-eslint/utils@8.59.1-alpha.4': 5583 + resolution: {integrity: sha512-6shVr07EMgxQgrTTGkXe6F663nSHf6OzjHjbiFdOWUFVemzgCbgSDuygOKsNNEVWD2uKskBnsLTfmng8DFPGGA==} 5584 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5585 + peerDependencies: 5586 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5587 + typescript: '>=4.8.4 <6.1.0' 5588 + 5556 5589 '@typescript-eslint/visitor-keys@8.58.2': 5557 5590 resolution: {integrity: sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==} 5558 5591 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5559 5592 5560 5593 '@typescript-eslint/visitor-keys@8.59.0': 5561 5594 resolution: {integrity: sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==} 5595 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5596 + 5597 + '@typescript-eslint/visitor-keys@8.59.1-alpha.4': 5598 + resolution: {integrity: sha512-dpyUVPlBGylXXnr4b3eUS2xhMQ/hbjlSElv6uUO5IE2Yej334qQ7SL+gcHdKHrdZytz7nsoNpqq5RRHaXnVlbQ==} 5562 5599 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5563 5600 5564 5601 '@ungap/structured-clone@1.3.0': ··· 11613 11650 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 11614 11651 typescript: '>=4.8.4 <6.1.0' 11615 11652 11616 - typescript-eslint@8.59.0: 11617 - resolution: {integrity: sha512-BU3ONW9X+v90EcCH9ZS6LMackcVtxRLlI3XrYyqZIwVSHIk7Qf7bFw1z0M9Q0IUxhTMZCf8piY9hTYaNEIASrw==} 11653 + typescript-eslint@8.59.1-alpha.4: 11654 + resolution: {integrity: sha512-KABzKWzRqO+XJL6rH8MkNNqtb2vkBijAQZRSmoQYdQyft/+ueQq89tazoHYgjDKphlQx2Ch2E5dnMQHUfHivhA==} 11618 11655 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 11619 11656 peerDependencies: 11620 11657 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 ··· 18727 18764 transitivePeerDependencies: 18728 18765 - supports-color 18729 18766 18730 - '@typescript-eslint/eslint-plugin@8.59.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18767 + '@typescript-eslint/eslint-plugin@8.59.1-alpha.4(@typescript-eslint/parser@8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18731 18768 dependencies: 18732 18769 '@eslint-community/regexpp': 4.12.2 18733 - '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18734 - '@typescript-eslint/scope-manager': 8.59.0 18735 - '@typescript-eslint/type-utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18736 - '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18737 - '@typescript-eslint/visitor-keys': 8.59.0 18770 + '@typescript-eslint/parser': 8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18771 + '@typescript-eslint/scope-manager': 8.59.1-alpha.4 18772 + '@typescript-eslint/type-utils': 8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18773 + '@typescript-eslint/utils': 8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18774 + '@typescript-eslint/visitor-keys': 8.59.1-alpha.4 18738 18775 eslint: 9.39.4(jiti@2.6.1) 18739 18776 ignore: 7.0.5 18740 18777 natural-compare: 1.4.0 ··· 18755 18792 transitivePeerDependencies: 18756 18793 - supports-color 18757 18794 18758 - '@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18795 + '@typescript-eslint/parser@8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18759 18796 dependencies: 18760 - '@typescript-eslint/scope-manager': 8.59.0 18761 - '@typescript-eslint/types': 8.59.0 18762 - '@typescript-eslint/typescript-estree': 8.59.0(typescript@6.0.3) 18763 - '@typescript-eslint/visitor-keys': 8.59.0 18797 + '@typescript-eslint/scope-manager': 8.59.1-alpha.4 18798 + '@typescript-eslint/types': 8.59.1-alpha.4 18799 + '@typescript-eslint/typescript-estree': 8.59.1-alpha.4(typescript@6.0.3) 18800 + '@typescript-eslint/visitor-keys': 8.59.1-alpha.4 18764 18801 debug: 4.4.3 18765 18802 eslint: 9.39.4(jiti@2.6.1) 18766 18803 typescript: 6.0.3 ··· 18785 18822 transitivePeerDependencies: 18786 18823 - supports-color 18787 18824 18825 + '@typescript-eslint/project-service@8.59.1-alpha.4(typescript@6.0.3)': 18826 + dependencies: 18827 + '@typescript-eslint/tsconfig-utils': 8.59.1-alpha.4(typescript@6.0.3) 18828 + '@typescript-eslint/types': 8.59.1-alpha.4 18829 + debug: 4.4.3 18830 + typescript: 6.0.3 18831 + transitivePeerDependencies: 18832 + - supports-color 18833 + 18788 18834 '@typescript-eslint/scope-manager@8.58.2': 18789 18835 dependencies: 18790 18836 '@typescript-eslint/types': 8.58.2 ··· 18795 18841 '@typescript-eslint/types': 8.59.0 18796 18842 '@typescript-eslint/visitor-keys': 8.59.0 18797 18843 18844 + '@typescript-eslint/scope-manager@8.59.1-alpha.4': 18845 + dependencies: 18846 + '@typescript-eslint/types': 8.59.1-alpha.4 18847 + '@typescript-eslint/visitor-keys': 8.59.1-alpha.4 18848 + 18798 18849 '@typescript-eslint/tsconfig-utils@8.58.2(typescript@5.9.3)': 18799 18850 dependencies: 18800 18851 typescript: 5.9.3 18801 18852 18802 18853 '@typescript-eslint/tsconfig-utils@8.59.0(typescript@6.0.3)': 18854 + dependencies: 18855 + typescript: 6.0.3 18856 + 18857 + '@typescript-eslint/tsconfig-utils@8.59.1-alpha.4(typescript@6.0.3)': 18803 18858 dependencies: 18804 18859 typescript: 6.0.3 18805 18860 ··· 18815 18870 transitivePeerDependencies: 18816 18871 - supports-color 18817 18872 18818 - '@typescript-eslint/type-utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18873 + '@typescript-eslint/type-utils@8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18819 18874 dependencies: 18820 - '@typescript-eslint/types': 8.59.0 18821 - '@typescript-eslint/typescript-estree': 8.59.0(typescript@6.0.3) 18822 - '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18875 + '@typescript-eslint/types': 8.59.1-alpha.4 18876 + '@typescript-eslint/typescript-estree': 8.59.1-alpha.4(typescript@6.0.3) 18877 + '@typescript-eslint/utils': 8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18823 18878 debug: 4.4.3 18824 18879 eslint: 9.39.4(jiti@2.6.1) 18825 18880 ts-api-utils: 2.5.0(typescript@6.0.3) ··· 18831 18886 18832 18887 '@typescript-eslint/types@8.59.0': {} 18833 18888 18889 + '@typescript-eslint/types@8.59.1-alpha.4': {} 18890 + 18834 18891 '@typescript-eslint/typescript-estree@8.58.2(typescript@5.9.3)': 18835 18892 dependencies: 18836 18893 '@typescript-eslint/project-service': 8.58.2(typescript@5.9.3) ··· 18852 18909 '@typescript-eslint/tsconfig-utils': 8.59.0(typescript@6.0.3) 18853 18910 '@typescript-eslint/types': 8.59.0 18854 18911 '@typescript-eslint/visitor-keys': 8.59.0 18912 + debug: 4.4.3 18913 + minimatch: 10.2.5 18914 + semver: 7.7.4 18915 + tinyglobby: 0.2.16 18916 + ts-api-utils: 2.5.0(typescript@6.0.3) 18917 + typescript: 6.0.3 18918 + transitivePeerDependencies: 18919 + - supports-color 18920 + 18921 + '@typescript-eslint/typescript-estree@8.59.1-alpha.4(typescript@6.0.3)': 18922 + dependencies: 18923 + '@typescript-eslint/project-service': 8.59.1-alpha.4(typescript@6.0.3) 18924 + '@typescript-eslint/tsconfig-utils': 8.59.1-alpha.4(typescript@6.0.3) 18925 + '@typescript-eslint/types': 8.59.1-alpha.4 18926 + '@typescript-eslint/visitor-keys': 8.59.1-alpha.4 18855 18927 debug: 4.4.3 18856 18928 minimatch: 10.2.5 18857 18929 semver: 7.7.4 ··· 18883 18955 transitivePeerDependencies: 18884 18956 - supports-color 18885 18957 18958 + '@typescript-eslint/utils@8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18959 + dependencies: 18960 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) 18961 + '@typescript-eslint/scope-manager': 8.59.1-alpha.4 18962 + '@typescript-eslint/types': 8.59.1-alpha.4 18963 + '@typescript-eslint/typescript-estree': 8.59.1-alpha.4(typescript@6.0.3) 18964 + eslint: 9.39.4(jiti@2.6.1) 18965 + typescript: 6.0.3 18966 + transitivePeerDependencies: 18967 + - supports-color 18968 + 18886 18969 '@typescript-eslint/visitor-keys@8.58.2': 18887 18970 dependencies: 18888 18971 '@typescript-eslint/types': 8.58.2 ··· 18891 18974 '@typescript-eslint/visitor-keys@8.59.0': 18892 18975 dependencies: 18893 18976 '@typescript-eslint/types': 8.59.0 18977 + eslint-visitor-keys: 5.0.1 18978 + 18979 + '@typescript-eslint/visitor-keys@8.59.1-alpha.4': 18980 + dependencies: 18981 + '@typescript-eslint/types': 8.59.1-alpha.4 18894 18982 eslint-visitor-keys: 5.0.1 18895 18983 18896 18984 '@ungap/structured-clone@1.3.0': {} ··· 26031 26119 transitivePeerDependencies: 26032 26120 - supports-color 26033 26121 26034 - typescript-eslint@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3): 26122 + typescript-eslint@8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3): 26035 26123 dependencies: 26036 - '@typescript-eslint/eslint-plugin': 8.59.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 26037 - '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 26038 - '@typescript-eslint/typescript-estree': 8.59.0(typescript@6.0.3) 26039 - '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 26124 + '@typescript-eslint/eslint-plugin': 8.59.1-alpha.4(@typescript-eslint/parser@8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 26125 + '@typescript-eslint/parser': 8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 26126 + '@typescript-eslint/typescript-estree': 8.59.1-alpha.4(typescript@6.0.3) 26127 + '@typescript-eslint/utils': 8.59.1-alpha.4(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 26040 26128 eslint: 9.39.4(jiti@2.6.1) 26041 26129 typescript: 6.0.3 26042 26130 transitivePeerDependencies:
+2 -1
src/components/moderation/LabelsOnMe.tsx
··· 39 39 labels = labels.filter( 40 40 l => 41 41 !l.val.startsWith('!') && 42 - !(l.val === 'bot' && l.src === currentAccount.did), 42 + !(l.val === 'bot' && l.src === currentAccount.did) && 43 + !(l.val === 'pet' && l.src === currentAccount.did), 43 44 ) 44 45 if (!labels.length) { 45 46 return null