mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-12 02:05:50 +00:00
Fixed bug causing descriptions to be truncated in the cache.
This commit is contained in:
parent
5ed3237d2f
commit
f451bccbf6
@ -922,7 +922,7 @@ public class HSQLDBArbitraryRepository implements ArbitraryRepository {
|
||||
|
||||
// Trim metadata values if they are too long to fit in the db
|
||||
String title = ArbitraryDataTransactionMetadata.limitTitle(metadata.getTitle());
|
||||
String description = ArbitraryDataTransactionMetadata.limitTitle(metadata.getDescription());
|
||||
String description = ArbitraryDataTransactionMetadata.limitDescription(metadata.getDescription());
|
||||
List<String> tags = ArbitraryDataTransactionMetadata.limitTags(metadata.getTags());
|
||||
|
||||
String tag1 = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user