From 817789d486f5ad45aa48c4c9b10f2e10b751fd4b Mon Sep 17 00:00:00 2001 From: Todd Powers Date: Tue, 24 Aug 2021 03:00:32 -0400 Subject: [PATCH 1/3] Updated Readme to show that duplicate MMS entries are now handled, thanks to https://github.com/thelittlefireman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c389ccb..21053f0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Emoji needs the `lxml` package. Use `pip install lxml` to install it first, then # Current limitations * Python 2 only. (For now?) * ~~No emoji support~~ Now supports emoji! See above. -* No MMS duplicate filtering. It just maintains the MMS entries as is. +* ~~No MMS duplicate filtering. It just maintains the MMS entries as is.~~ ([`thelittlefireman`](https://github.com/thelittlefireman)) # DB info From 5721fce9e86b1ecea841b5cd07948fe269f6ce00 Mon Sep 17 00:00:00 2001 From: Todd Powers Date: Tue, 24 Aug 2021 03:17:32 -0400 Subject: [PATCH 2/3] Revert "Updated Readme to show that duplicate MMS entries are now handled, thanks to https://github.com/thelittlefireman" This reverts commit 817789d486f5ad45aa48c4c9b10f2e10b751fd4b. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21053f0..c389ccb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Emoji needs the `lxml` package. Use `pip install lxml` to install it first, then # Current limitations * Python 2 only. (For now?) * ~~No emoji support~~ Now supports emoji! See above. -* ~~No MMS duplicate filtering. It just maintains the MMS entries as is.~~ ([`thelittlefireman`](https://github.com/thelittlefireman)) +* No MMS duplicate filtering. It just maintains the MMS entries as is. # DB info From 4d055bb28559248b14033207a742a6b88b86879f Mon Sep 17 00:00:00 2001 From: Todd Powers Date: Tue, 24 Aug 2021 03:19:35 -0400 Subject: [PATCH 3/3] Updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c389ccb..8a86b28 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Emoji needs the `lxml` package. Use `pip install lxml` to install it first, then # Current limitations * Python 2 only. (For now?) * ~~No emoji support~~ Now supports emoji! See above. -* No MMS duplicate filtering. It just maintains the MMS entries as is. +* ~~No MMS duplicate filtering. It just maintains the MMS entries as is.~~ # DB info