fix build with old text
authorJoey Hess <joeyh@joeyh.name>
Mon, 29 Jul 2024 21:21:41 +0000 (17:21 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 29 Jul 2024 21:21:41 +0000 (17:21 -0400)
commit1467fed572b6dc18fe3d456fb1dd386f2629c1d6
tree5f9285b39b176556312af3e7d073f092c8c7c665
parentdc11c5f4937e811bf15c63986f96d881114323b9
fix build with old text

Don't need decodeUtf8Lenient here because B64.encode surely always
generates utf8. So decodeUtf8 is safe, it will never throw an exception.
P2P/Http/Types.hs